diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | include/sys/auxv.h | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2016-03-08 Aurelien Jarno <aurelien@aurel32.net> + + * include/sys/auxv.h: New file. + 2016-03-07 Hongjiu Zhang <noctuorare@gmail.com> * elf/sln.c (makesymlink): Change struct stat to stat64, and lstat diff --git a/include/sys/auxv.h b/include/sys/auxv.h new file mode 100644 index 0000000..dede2c3 --- /dev/null +++ b/include/sys/auxv.h @@ -0,0 +1 @@ +#include <misc/sys/auxv.h> |