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-08 H.J. Lu <hongjiu.lu@intel.com> [BZ #19759] diff --git a/include/sys/auxv.h b/include/sys/auxv.h new file mode 100644 index 0000000000..dede2c36ac --- /dev/null +++ b/include/sys/auxv.h @@ -0,0 +1 @@ +#include <misc/sys/auxv.h> |