This website requires JavaScript.
Explore
Help
Register
Sign In
system
/
glibc
Watch
3
Star
0
Fork
0
You've already forked glibc
Code
Issues
Projects
Releases
Wiki
Activity
glibc
/
include
/
sys
/
auxv.h
2 lines
27 B
C
Raw
Normal View
History
Unescape
Escape
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.
2016-03-08 15:16:40 +01:00
#
include
<misc/sys/auxv.h>
Reference in New Issue
Copy Permalink