Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc | Manuel Novoa III | 2005-07-28 | 1 | -1/+1 |
| | | | | | compatibility. Also change _glibc_strerror_r to __glibc_strerror_r for consistency. | ||||
* | Rewrite the err/warn functions as they were broken (__noreturn__ funcs | Manuel Novoa III | 2004-03-11 | 1 | -0/+110 |
were returning). Anyway, also make them threadsafe and smaller. The error.c file still needs work. |