diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 18:24:54 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 18:24:54 +0100 |
| commit | 69e6fe89fa9baafeca3e3515bb50897cd8ee7c35 (patch) | |
| tree | 489046ce167b8b20d205f87f4ae1f4b680c19b43 /include/sys/auxv.h | |
| parent | 0d5bffe9d2caadc1215c875e560c52bca5161c54 (diff) | |
Add getauxval and cleanup libc startup
Diffstat (limited to 'include/sys/auxv.h')
| -rw-r--r-- | include/sys/auxv.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sys/auxv.h b/include/sys/auxv.h new file mode 100644 index 00000000..e3b65b99 --- /dev/null +++ b/include/sys/auxv.h @@ -0,0 +1,6 @@ +#ifndef __SYS_AUXV_H +#define __SYS_AUXV_H + +unsigned long getauxval(unsigned long); + +#endif |
