This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/18507] New: [wordsize-64] pathconf statvfs namespace


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]