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/17777] New: [wordsize-64] posix_fadvise64, posix_fallocate64 namespace


https://sourceware.org/bugzilla/show_bug.cgi?id=17777

            Bug ID: 17777
           Summary: [wordsize-64] posix_fadvise64, posix_fallocate64
                    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

On systems using sysdeps/unix/sysv/linux/wordsize-64, posix_fadvise64 and
posix_fallocate64 (non-POSIX) are strong aliases for posix_fadvise and
posix_fallocate (POSIX), meaning references to the latter wrongly bring in
definitions of the former.  They should be weak aliases.

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