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 ports/4526] New: posix_fadvise, posix_fadvise64,


readahead and sync_file_range are broken on O32 and N32
X-Bugzilla-Reason: CC

posix_fadvise, posix_fadvise64, readahead and sync_file_range have
long long arguments.
On O32, they need a padding argument before them.
On N32, kernel expects a long long argument is passed by a single argument
(instead of hi/lo pair).

A patch is available at:
http://sourceware.org/ml/libc-ports/2007-05/msg00010.html

-- 
           Summary: posix_fadvise, posix_fadvise64,
                    readahead and sync_file_range are broken on O32 and N32
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ports
        AssignedTo: roland at gnu dot org
        ReportedBy: anemo at mba dot ocn dot ne dot jp
                CC: glibc-bugs at sources dot redhat dot com
GCC target triplet: mips*-linux


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

------- 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]