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 nptl/18536] New: sem_* tdelete, tfind, tsearch, twalk namespace


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

            Bug ID: 18536
           Summary: sem_* tdelete, tfind, tsearch, twalk namespace
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

The sem_* functions bring in references to tdelete, tfind, tsearch and twalk. 
But the t* functions are XSI-shaded, while sem_* aren't.

[initial] sem_close -> [libpthread.a(sem_close.o)] tdelete
[initial] sem_open -> [libpthread.a(sem_open.o)] tfind
[initial] sem_open -> [libpthread.a(sem_open.o)] tsearch
[initial] sem_close -> [libpthread.a(sem_close.o)] twalk

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