From 78121e79aa390b2e94fb8aca2d0477d81aa20cf2 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 18 May 1999 04:48:58 +0000 Subject: Add a strsignal(3) (like strerror(3)) for libc compatability with other systems. NetBSD, Linux, SVR4 etc all have it. --- include/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/string.h') diff --git a/include/string.h b/include/string.h index acfebfc7141a..56997677af4c 100644 --- a/include/string.h +++ b/include/string.h @@ -86,6 +86,7 @@ char *strdup __P((const char *)); void strmode __P((int, char *)); int strncasecmp __P((const char *, const char *, size_t)); char *strsep __P((char **, const char *)); +char *strsignal __P((int)); char *strtok_r __P((char *, const char *, char **)); void swab __P((const void *, void *, size_t)); #endif -- cgit v1.2.3