mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
Add prototypes for strerror/strerror_r.
This commit is contained in:
parent
bf8eaf1f1e
commit
f49cee0571
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue