From: Kurt Zeilenga Date: Tue, 29 Jun 1999 02:58:14 +0000 (+0000) Subject: Add prototypes for strerror/strerror_r. X-Git-Tag: OPENLDAP_REL_ENG_2_BP~221 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f49cee05714469d799652101ec2c4f768f6b236f;p=openldap Add prototypes for strerror/strerror_r. --- 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 */