Add sys/auxv.h wrapper to include/sys/
commit0b8dedd38f304d796b6b9b349428bea7f1f7065f
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 8 Mar 2016 14:16:40 +0000 (8 15:16 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 8 Mar 2016 20:20:43 +0000 (8 21:20 +0100)
treed513af4be5a6cbc799617cebd8b27355d6f99a53
parent2b35e48c0c547b3f6f81996ce7ad7d67e24c7329
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.
ChangeLog
include/sys/auxv.h [new file with mode: 0644]