Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Aurelien Jarno committed Mar 8, 2016
1 parent 2b35e48 commit 0b8dedd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -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]
Expand Down
1 change: 1 addition & 0 deletions include/sys/auxv.h
@@ -0,0 +1 @@
#include <misc/sys/auxv.h>

0 comments on commit 0b8dedd

Please sign in to comment.