This is the mail archive of the libc-hacker@sourceware.cygnus.com 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]

Re: Symbols missing from global map?


Keith Owens <kaos@ocs.com.au> writes:

> >Fix:
>         Adding __dup, __pipe, __waitpid etc. to build/libc.map makes
>         them visible again.  I am guessing here, this may be the wrong
>         fix.

Yes, it's very wrong.  Why should these symbols have a leading
underscore if not to show they are *INTERNAL* symbols?  One must not
use them.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]