summaryrefslogtreecommitdiff
path: root/lib/libc/string/strsignal.c
Commit message (Collapse)AuthorAgeFilesLines
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-071-4/+2
| | | | Notes: svn path=/head/; revision=86170
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.David E. O'Brien2001-05-241-0/+4
| | | | | | | Do the same for the non-wcs*/wmem* files while I'm here. Notes: svn path=/head/; revision=77117
* Add a strsignal(3) (like strerror(3)) for libc compatability with otherPeter Wemm1999-05-181-0/+72
systems. NetBSD, Linux, SVR4 etc all have it. Notes: svn path=/head/; revision=47289