]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd: Fix build without NO_HIDDEN
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 11 Sep 2017 23:34:19 +0000 (01:34 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 11 Sep 2017 23:34:19 +0000 (01:34 +0200)
commita166531fdf601560a0005479427f60d3173f8257
tree238f328a341b9fe533ca1a125c7ccb5ac3fa2a44
parent4b7d1efb51a529a1391e7326ef90cb51139d7eb6
hurd: Fix build without NO_HIDDEN

* posix/sched_primax.c (__sched_get_priority_max): Add
libc_hidden_def.
* posix/sched_primin.c (__sched_get_priority_min): Likewise.
* sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
* sysdeps/mach/hurd/mmap64.c (__mmap64): Likewise.
* sysdeps/mach/hurd/mprotect.c (__mprotect): Likewise.
* sysdeps/mach/hurd/munmap.c (__munmap): Likewise.
* sysdeps/mach/hurd/dl-sysdep.c (__GI___getpid,
__GI___strtoul_internal, __GI_____strtoul_internal, __GI___chk_fail,
__GI___fortify_fail, __GI___assert_fail, __GI___assert_perror_fail):
Add aliases.
ChangeLog
posix/sched_primax.c
posix/sched_primin.c
sysdeps/mach/hurd/dl-sysdep.c
sysdeps/mach/hurd/mmap.c
sysdeps/mach/hurd/mmap64.c
sysdeps/mach/mprotect.c
sysdeps/mach/munmap.c