diff options
| author | Aurelien Jarno <aurelien@aurel32.net> | 2016-03-08 15:16:40 +0100 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2016-03-08 16:49:36 -0500 |
| commit | 827b40098862b65fdc1a96288fbd930f16b3e49f (patch) | |
| tree | 59590f954c3e1f659cb27d379512a725259cf9a7 /include | |
| parent | 00479c708e155b2aaace94094b5cfaccdbd9e16e (diff) | |
| download | glibc-827b40098862b65fdc1a96288fbd930f16b3e49f.tar.xz glibc-827b40098862b65fdc1a96288fbd930f16b3e49f.zip | |
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 <sys/auxv.h>, but we don't
provide a wrapper in include/sys. This patch adds one.
Changelog:
* include/sys/auxv.h: New file.
(cherry picked from commit 0b8dedd38f304d796b6b9b349428bea7f1f7065f)
(cherry picked from commit 9d1399e89d431b34a5a6e5e48ee40721c22815b8)
Diffstat (limited to 'include')
| -rw-r--r-- | include/sys/auxv.h | 1 |
1 files changed, 1 insertions, 0 deletions
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> |
