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/17796] New: [mips] n64 posix_fadvise namespace


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

            Bug ID: 17796
           Summary: [mips] n64 posix_fadvise 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
              Host: mips*-*-linux*

sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c defines posix_fadvise64
as a strong alias for posix_fadvise (for !SHLIB_COMPAT(libc, GLIBC_2_2,
GLIBC_2_3_3) - i.e., for static linking, which is the case when this matters),
but it should be a weak alias.

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