Remove declaration of strerror_r, it clashes on AIX and we never use it

anyway.
This commit is contained in:
Howard Chu 2000-05-10 16:11:38 +00:00
parent 71a24bb705
commit 8a3100e636

View File

@ -36,6 +36,4 @@
((err) > -1 && (err) < sys_nerr ? sys_errlist[(err)] : "unknown")
#endif
LIBC_F (char *) strerror_r();
#endif /* _AC_ERRNO_H */