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/11155] New: fstat broken on sparc64


Calling fstat() in a C program compiled for sparc32 will eventually lead to the
'fstat64' syscall being made - as observed with 'strace'.
However, when compiled with -m64, strace shows that the inferior 'fstat' syscall
is executed, thereby giving a zero nanosecond part.

-- 
           Summary: fstat broken on sparc64
           Product: glibc
           Version: 2.10
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: hideaki at sogetthis dot com
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: sparc64-unknown-linux-gnu
  GCC host triplet: sparc64-unknown-linux-gnu
GCC target triplet: sparc64-unknown-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=11155

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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