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: __* in installed headers


> |> But this leaves __write and write without prototypes and at least
> |> __write is used internally.
> 
> We don't want to use write anywhere in libc, so a missing prototype is not
> a problem.

The only problem could be the few binaries we have: rpcgen, nscd, utmpd, ...
They will use write or other functions, but couldn't use __write.
We have to make sure, that they will not use the defines.

  Thorsten

-- 
Thorsten Kukuk  kukuk@vt.uni-paderborn.de
                http://www-vt.uni-paderborn.de/~kukuk/
Linux is like a Vorlon.  It is incredibly powerful, gives terse,
cryptic answers and has a lot of things going on in the background.


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