Roger A. Faulkner wrote:
>>> All of the old leading-underscore symbols have been copied
>>> to the synonyms compatibility library. This library simply
>>> redirects the calls to the non-underscore instances of the
>>> corresponding functions in libc. Use it as a preloaded object:
>> Just to be clear: "all" means all, not just the 55 symbols identified
>> earlier. Is that correct?
>>
>> Scott
>
> Yes. "all" means about 985 names, including symbols that
> aren't being removed from libc on this go-around (about 600
> of them are).
>
> Roger
Great. I think this is a really good solution.
Scott