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]

__* in installed headers


Hi,

Does anybody see a reason why we shouldn't get rid of the __*
prototypes in the official headers?  The reason is that I found more
and more cases where people think they should use these functions
since they are documented.  Of course this will break now that these
functions are not exported anymore.  [And compiling will be faster
since fewer symbols have to be kept.]

The solution I have in mind is to move over the __* prototypes to the
headers in include/ and make sure we search while compiling glibc
always there first.

Comments?

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