diff options
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 |
