From 9f447fb32c8f4944ef0c5c677be44e17b3fc529b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 7 Jun 1996 20:37:41 +0000 Subject: Fri Jun 7 09:11:17 1996 Roland McGrath * mach/mach_syscalls.c: Obsolete file removed. * mach/mach_syscalls.h: Likewise. * mach/mach_traps.S: Likewise. * mach/msg_destroy.c: Likewise. * mach/vm_page_size.c: Likewise. --- string/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string/string.h') diff --git a/string/string.h b/string/string.h index 905eb7e3c9..4bd8483d16 100644 --- a/string/string.h +++ b/string/string.h @@ -157,7 +157,7 @@ extern char *strerror __P ((int __errnum)); #ifdef __USE_REENTRANT /* Reentrant version of `strerror'. If a temporary buffer is required, at most BUFLEN bytes of BUF will be used. */ -extern char *strerror_r __P ((int __errnum, char *__buf, int __buflen)); +extern char *strerror_r __P ((int __errnum, char *__buf, size_t __buflen)); #endif #ifdef __USE_BSD -- cgit v1.2.3