| Age | Commit message (Collapse) | Author |
|
- Add an internal symbol for strerror_r (thanks klaus for noticing)
- Remove internal __strerror
|
|
- Merge 4.4BSD strerror.3 man page changes that summarize information
for all the error printing functions. This makes the perror(3) page
obsolete.
- Implement all error functions in terms of strerror_r(), including
__strerror() which is not used internally. Can it be removed?
- Bump version for strerror_r
|
|
Patches provided by Joel Baker in PR 22280, verified by myself.
|
|
|
|
|
|
|
|
this will fix error messages of some commands like setkey(8).
|