summaryrefslogtreecommitdiff
path: root/include/sys/auxv.h
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-15 18:24:54 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-15 18:24:54 +0100
commit69e6fe89fa9baafeca3e3515bb50897cd8ee7c35 (patch)
tree489046ce167b8b20d205f87f4ae1f4b680c19b43 /include/sys/auxv.h
parent0d5bffe9d2caadc1215c875e560c52bca5161c54 (diff)
Add getauxval and cleanup libc startup
Diffstat (limited to 'include/sys/auxv.h')
-rw-r--r--include/sys/auxv.h6
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