mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Remove declaration of strerror_r, it clashes on AIX and we never use it
anyway.
This commit is contained in:
parent
71a24bb705
commit
8a3100e636
@ -36,6 +36,4 @@
|
||||
((err) > -1 && (err) < sys_nerr ? sys_errlist[(err)] : "unknown")
|
||||
#endif
|
||||
|
||||
LIBC_F (char *) strerror_r();
|
||||
|
||||
#endif /* _AC_ERRNO_H */
|
||||
|
Loading…
Reference in New Issue
Block a user