John Birrell cf6229a854 Build __error.c into libc, but not libc_r. The weak symbol in the
file works with libpthread, but when built into libc_r which has a non-weak
symbol of the same name, the linker behaves unpredicatably and sometimes
links the wrong symbol. The linker behaviour is a byproduct of what
the program calls from object to object so it is like winning a lottery
if the program actually works. The odds are quite good - 95:1, I think.
We need a sure thing, though, so weak symbols can't be used instead
of renaming things.
1998-04-30 09:13:48 +00:00
..
1998-03-22 07:41:23 +00:00
1998-04-29 22:43:18 +00:00
1998-04-29 22:43:18 +00:00
1998-03-23 13:23:22 +00:00
1998-04-23 04:44:08 +00:00