aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/lgetxattr.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-04-24 16:33:47 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-04-24 16:33:47 +0000
commit5e14bb97937dda422effcf2750b40e342e83ccc8 (patch)
treeb0a48ddf807874758183dff8cb33abc0fb64793b /sysdeps/mach/hurd/lgetxattr.c
parente5aea5c314f1f2c4e31e2ca29578ca1a9f2b9b55 (diff)
downloadglibc-5e14bb97937dda422effcf2750b40e342e83ccc8.tar
glibc-5e14bb97937dda422effcf2750b40e342e83ccc8.tar.gz
glibc-5e14bb97937dda422effcf2750b40e342e83ccc8.tar.bz2
glibc-5e14bb97937dda422effcf2750b40e342e83ccc8.zip
Fix Hurd glibc build with GCC 8.
The build of glibc for Hurd has been failing with GCC mainline because of the checks that aliases have the same type as the symbol aliased; the Hurd dl-sysdep.c has a macro that defines aliases without using the proper type. When GCC 8 branches (soon), I intend to make it the default version in build-many-glibcs.py, so these failures would mean the default build-many-glibcs.py build fails for Hurd again. This patch fixes the Hurd build with GCC 8 by changing the macro that defines the problem aliases to use the correct type for them. An include of <not-errno.h> is needed to avoid this use of typeof resulting in an error for __access_noerrno not being declared. Tested compilation for i686-gnu with build-many-glibcs.py. * sysdeps/mach/hurd/dl-sysdep.c: Include <not-errno.h>. (check_no_hidden): Use type of original function when declaring alias.
Diffstat (limited to 'sysdeps/mach/hurd/lgetxattr.c')
0 files changed, 0 insertions, 0 deletions