From f49cee05714469d799652101ec2c4f768f6b236f Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 29 Jun 1999 02:58:14 +0000 Subject: [PATCH] Add prototypes for strerror/strerror_r. --- include/ac/errno.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ac/errno.h b/include/ac/errno.h index 48fa87da62..100a6a4e82 100644 --- a/include/ac/errno.h +++ b/include/ac/errno.h @@ -27,7 +27,7 @@ extern int sys_nerr; extern char *sys_errlist[]; #endif #endif - -/* use _POSIX_VERSION for POSIX.1 code */ +extern char* strerror_r(); + #endif /* _AC_ERRNO_H */ -- 2.39.5