glibc/sysdeps/unix/sysv/linux/wordsize-64
Joseph Myers d3ab671c94 Fix pathconf statvfs namespace (bug 18507).
pathconf uses __statvfs64, and fpathconf uses __fstatvfs64.  On
systems using sysdeps/unix/sysv/linux/wordsize-64, __statvfs64 then
brings in the strong symbol statvfs, and __fstatvfs64 brings in the
strong symbol fstatvfs, which are not in all the standards that have
pathconf and fpathconf.  This patch fixes this by making those symbols
into weak aliases.

Tested for x86_64 and x86 (testsuite, and that disassembly of
installed shared libraries is unchanged by the patch).

	[BZ #18507]
	* sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Rename to
	__fstatvfs and define as weak alias of __fstatvfs.  Use
	libc_hidden_weak.
	* sysdeps/unix/sysv/linux/statvfs.c (statvs): Rename to __statvfs
	and define as weak alias of __statvfs.  Use libc_hidden_weak.
	* sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c (__fstatvfs64):
	Define as alias of __fstatvfs, not fstatvfs.
	(fstatvfs64): Likewise.
	* sysdeps/unix/sysv/linux/wordsize-64/statvfs.c (__statvfs64):
	Define as alias of __statvfs, not statvfs.
	(statvfs64): Likewise.
	* conform/Makefile (test-xfail-POSIX/unistd.h/linknamespace):
	Remove variable.
2015-06-09 19:52:01 +00:00
..
Versions
aio_read.c
aio_read64.c
aio_write.c
aio_write64.c
creat64.c
dl-fxstatat64.c
fallocate.c nptl: Rewrite cancellation macros 2015-06-04 18:58:36 -03:00
fallocate64.c
fstatfs64.c
fstatvfs.c Fix pathconf statvfs namespace (bug 18507). 2015-06-09 19:52:01 +00:00
fstatvfs64.c
ftruncate64.c
fxstat.c
fxstat64.c
fxstatat.c
fxstatat64.c
getdents.c
getdents64.c
getdirentries.c
getdirentries64.c
getrlimit64.c
glob64.c
internal_statvfs64.c
lio_listio.c
lio_listio64.c
lxstat.c
lxstat64.c
mmap64.c
open64.c
openat.c
openat64.c
posix_fadvise.c
posix_fadvise64.c
posix_fallocate.c __ASSUME_FALLOCATE is always true on 32-bit architectures 2015-05-05 08:28:35 +02:00
posix_fallocate64.c
pread64.c
preadv.c nptl: Rewrite cancellation macros 2015-06-04 18:58:36 -03:00
preadv64.c
pwrite64.c
pwritev.c nptl: Rewrite cancellation macros 2015-06-04 18:58:36 -03:00
pwritev64.c
readdir.c
readdir64.c
readdir64_r.c
readdir_r.c
sendfile64.c
setrlimit64.c
statfs64.c
statvfs.c Fix pathconf statvfs namespace (bug 18507). 2015-06-09 19:52:01 +00:00
statvfs64.c
syscalls.list Fix posix_spawn getrlimit64 namespace (bug 17991). 2015-02-18 00:26:35 +00:00
truncate64.c
xstat.c
xstat64.c