> What we had before the _libc_XXX name additions would have worked
> as long as all internal uses of XXX inside libc were changed to
> _XXX, and, when building for libc_r, all renamed (hidden) system
> calls need _XXX defined as weak symbols to _thread_sys_XXX.

Actually, you don't even need to define _XXX as a weak symbol
for _thread_sys_XXX when building libc_r.  libc_r will provide
the routine _XXX to perform the call conversion, so defining
_XXX as a weak symbol is not needed.

Dan Eischen
[EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to