summaryrefslogtreecommitdiffstats
path: root/include/string.h
diff options
context:
space:
mode:
authorwes <wes@FreeBSD.org>2001-11-27 07:39:46 +0000
committerwes <wes@FreeBSD.org>2001-11-27 07:39:46 +0000
commitbdb2c68332b68e36058dc5c28babfde3e25eb657 (patch)
treeb90fb7c1ae21a4aea48bd726dac9ed2e1334e2f1 /include/string.h
parent2181f49061145e58c15976406275f1c9fd4b82f9 (diff)
downloadFreeBSD-src-bdb2c68332b68e36058dc5c28babfde3e25eb657.zip
FreeBSD-src-bdb2c68332b68e36058dc5c28babfde3e25eb657.tar.gz
Add strerror_r function per Posix prototype.
Reviewed by: Mike Barcroft <mike@FreeBSD.org> MFC after: 2 weeks
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h
index 66b14f4..5f2a6e1 100644
--- a/include/string.h
+++ b/include/string.h
@@ -62,6 +62,7 @@ int strcoll __P((const char *, const char *));
char *strcpy __P((char *, const char *));
size_t strcspn __P((const char *, const char *));
char *strerror __P((int));
+int strerror_r __P((int, char *, size_t));
size_t strlen __P((const char *));
char *strncat __P((char *, const char *, size_t));
int strncmp __P((const char *, const char *, size_t));
OpenPOWER on IntegriCloud