]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a strsignal(3) (like strerror(3)) for libc compatability with other
authorpeter <peter@FreeBSD.org>
Tue, 18 May 1999 04:48:58 +0000 (04:48 +0000)
committerpeter <peter@FreeBSD.org>
Tue, 18 May 1999 04:48:58 +0000 (04:48 +0000)
commit91cb63bd8223191ce6a215de17a443593f687017
treeca6b84ed415b795714421da075acf2dec7728934
parent1d5521a97728c89e833a1b1790e8d9f257cf6206
Add a strsignal(3) (like strerror(3)) for libc compatability with other
systems. NetBSD, Linux, SVR4 etc all have it.
include/signal.h
include/string.h
lib/libc/gen/psignal.3
lib/libc/gen/siglist.c
lib/libc/string/Makefile.inc
lib/libc/string/strsignal.c [new file with mode: 0644]