From: Aurelien Jarno Date: Tue, 8 Mar 2016 14:16:40 +0000 (+0100) Subject: Add sys/auxv.h wrapper to include/sys/ X-Git-Tag: glibc-2.24~498 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b8dedd38f304d796b6b9b349428bea7f1f7065f;p=thirdparty%2Fglibc.git Add sys/auxv.h wrapper to include/sys/ The GNU libc testsuite fails to build on powerpc/ppc64/ppc64le with the following error: ../sysdeps/powerpc/test-get_hwcap.c:26:22: fatal error: sys/auxv.h: No such file or director This is because test-get_hwcap.c includes , but we don't provide a wrapper in include/sys. This patch adds one. Changelog: * include/sys/auxv.h: New file. --- diff --git a/ChangeLog b/ChangeLog index 4a7e0191fd2..560b4dcd564 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-03-08 Aurelien Jarno + + * include/sys/auxv.h: New file. + 2016-03-08 H.J. Lu [BZ #19759] diff --git a/include/sys/auxv.h b/include/sys/auxv.h new file mode 100644 index 00000000000..dede2c36ac3 --- /dev/null +++ b/include/sys/auxv.h @@ -0,0 +1 @@ +#include