summaryrefslogtreecommitdiff
path: root/include/sys/auxv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/auxv.h')
-rw-r--r--include/sys/auxv.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/sys/auxv.h b/include/sys/auxv.h
new file mode 100644
index 0000000000..3bab6d05d4
--- /dev/null
+++ b/include/sys/auxv.h
@@ -0,0 +1,8 @@
+#include <misc/sys/auxv.h>
+
+#ifndef _ISOMAC
+
+extern __typeof (getauxval) __getauxval;
+libc_hidden_proto (__getauxval)
+
+#endif /* !_ISOMAC */