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/18520] New: h_errno namespace


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

            Bug ID: 18520
           Summary: h_errno 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
  Target Milestone: ---

The 2008 edition of POSIX removed h_errno, but some functions still bring in
references to the h_errno external symbol.

[initial] endgrent -> [libc.a(getgrent_r.o)] __nss_endent ->
[libc.a(getnssent_r.o)] __libc_h_errno -> [libc.a(herrno.o)] h_errno
digraph:~/nobackup/glibc/build-64/conform$ cat XOPEN2K8/pwd.h/linknamespace.out
[initial] endpwent -> [libc.a(getpwent_r.o)] __nss_endent ->
[libc.a(getnssent_r.o)] __libc_h_errno -> [libc.a(herrno.o)] h_errno

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