[Bug libc/18507] New: [wordsize-64] pathconf statvfs namespace
jsm28 at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Tue Jun 9 09:14:00 GMT 2015
https://sourceware.org/bugzilla/show_bug.cgi?id=18507
Bug ID: 18507
Summary: [wordsize-64] pathconf statvfs namespace
Product: glibc
Version: 2.21
Status: NEW
Severity: normal
Priority: P2
Component: libc
Assignee: unassigned at sourceware dot org
Reporter: jsm28 at gcc dot gnu.org
CC: drepper.fsp at gmail dot com
Target Milestone: ---
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.
[initial] fpathconf -> [libc.a(fpathconf.o)] __fstatvfs64 ->
[libc.a(fstatvfs.o)] fstatvfs
[initial] pathconf -> [libc.a(pathconf.o)] __statvfs64 -> [libc.a(statvfs.o)]
statvfs
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list