glibc/sysdeps
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
..
aarch64 Fix libm fegetround namespace (bug 17748). 2015-01-02 20:44:42 +00:00
alpha Fix libm fegetround namespace (bug 17748). 2015-01-02 20:44:42 +00:00
arm Fix libm fegetround namespace (bug 17748). 2015-01-02 20:44:42 +00:00
generic Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
gnu Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
hppa Fix libm fegetround namespace (bug 17748). 2015-01-02 20:44:42 +00:00
i386 Fix libm fegetround namespace (bug 17748). 2015-01-02 20:44:42 +00:00
ia64 Fix libm fegetround namespace (bug 17748). 2015-01-02 20:44:42 +00:00
ieee754 lround: provide cast for wordsize-64 version if needed 2015-01-05 11:59:32 -05:00
init_array Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
m68k Fix libm fegetround namespace (bug 17748). 2015-01-02 20:44:42 +00:00
mach Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
microblaze Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
mips 2015-01-05 Steve Ellcey <sellcey@imgtec.com> 2015-01-05 09:39:33 -08:00
nptl Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
posix Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
powerpc Fix libm fegetround namespace (bug 17748). 2015-01-02 20:44:42 +00:00
pthread Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s390 Fix libm fegetround namespace (bug 17748). 2015-01-02 20:44:42 +00:00
sh Fix libm fegetround namespace (bug 17748). 2015-01-02 20:44:42 +00:00
sparc Fix libm fegetround namespace (bug 17748). 2015-01-02 20:44:42 +00:00
tile lround: provide cast for wordsize-64 version if needed 2015-01-05 11:59:32 -05:00
unix Fix MIPS n64 posix_fadvise namespace (bug 17796). 2015-01-05 18:02:31 +00:00
wordsize-32 Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
wordsize-64 Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
x86 Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
x86_64 lround: provide cast for wordsize-64 version if needed 2015-01-05 11:59:32 -05:00