glibc/sysdeps/unix/sysv/linux/mips/mips64/n64
Joseph Myers ac4c11f580 Fix MIPS n64 posix_fadvise namespace (bug 17796).
sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c defines
posix_fadvise64 as a strong alias for posix_fadvise (for
!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3) - i.e., for static
linking, which is the case when this matters), but it should be a weak
alias.  This patch makes it a weak alias.

Tested for MIPS that this fixes the observed linknamespace test
failures.

	[BZ #17796]
	* sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
	[!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
	Define as weak alias not strong alias.
2015-01-05 18:02:31 +00:00
..
c++-types.data MIPS: Consolidate nptl/ subdirectories under linux/... 2014-06-27 11:41:04 -07:00
fallocate64.c
fallocate.c
fstatfs64.c
ftw64.c
ftw.c
glob64.c
ioctl.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ld.abilist MIPS: Consolidate nptl/ subdirectories under linux/... 2014-06-27 11:41:04 -07:00
libc.abilist MIPS: Consolidate nptl/ subdirectories under linux/... 2014-06-27 11:41:04 -07:00
libresolv.abilist MIPS: Consolidate nptl/ subdirectories under linux/... 2014-06-27 11:41:04 -07:00
posix_fadvise64.c
posix_fadvise.c Fix MIPS n64 posix_fadvise namespace (bug 17796). 2015-01-05 18:02:31 +00:00
posix_fallocate64.c
posix_fallocate.c
preadv64.c
pwritev64.c
sendfile64.c
statfs64.c
syscalls.list
sysdep.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00