Skip to content
Snippets Groups Projects
Commit 8a3100e6 authored by Howard Chu's avatar Howard Chu
Browse files

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

anyway.
parent 71a24bb7
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,4 @@
((err) > -1 && (err) < sys_nerr ? sys_errlist[(err)] : "unknown")
#endif
LIBC_F (char *) strerror_r();
#endif /* _AC_ERRNO_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment