summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strerror_r.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build the error message in strerror_r.c directly, avoiding one copy there.espie2004-05-031-10/+100
| | | | | | | | handle a few subtle details caught by the regression tests: correct termination, non copying if buffer length == 0, errno setting. let all former users of __strerror go through strerror_r. Work by Todd Miller and I. Okay millert@.
* Add strerror_r and functions versions of getchar_unlocked andmarc2002-11-211-0/+30
putchar_unlocked. Crank the minor on related libs. OK fgs@, deraadt@