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/18560] New: [powerpc] spurious bits/ipc.h definitions


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

            Bug ID: 18560
           Summary: [powerpc] spurious bits/ipc.h definitions
           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: powerpc*-*-linux*

sysdeps/unix/sysv/linux/powerpc/bits/ipc.h contains a declaration of a function
__ipc.  There is no such function exported from glibc (or even any such
internal function), so this should not be declared there.  It also contains
IPCOP_ constants, conditional on __USE_GNU, for use with that nonexistent
function; for all other architectures these are only in internal headers, and
powerpc shouldn't be any different.

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