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/18471] New: llseek should be a compat symbol


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

            Bug ID: 18471
           Summary: llseek should be a compat symbol
           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: ---
              Host: *-*-linux*

The llseek function name is an obsolete, Linux-specific, unprototyped name for
lseek64 with a link-time warning.  It should be a compat symbol so it's not
available for new links and new architectures don't get it at all (note that
syscalls.list doesn't currently have support for compat symbols with
SHLIB_COMPAT conditionals, so that would need adding).

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