> 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
- Re: RFC: buildworld breakage due to cross-tools/libc/m... David O'Brien
- Re: RFC: buildworld breakage due to cross-tools/li... Daniel Eischen
- Re: RFC: buildworld breakage due to cross-tool... David O'Brien
- Re: RFC: buildworld breakage due to cross-... Jason Evans
- Re: RFC: buildworld breakage due to cross-tools/li... John Polstra
- Re: RFC: buildworld breakage due to cross-tools/libc/mktemp... Bruce Evans
- Re: RFC: buildworld breakage due to cross-tools/libc/mktemp... Daniel Eischen
- Re: RFC: buildworld breakage due to cross-tools/libc/m... Jason Evans
- Re: RFC: buildworld breakage due to cross-tools/li... Daniel Eischen
- Re: RFC: buildworld breakage due to cross-tools/libc/mktemp... Daniel Eischen
- Daniel Eischen