Skip to content
Snippets Groups Projects
Commit cda1faaf authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Linux defines SYS_ERRLIST in stdio (doesn't everyone)

parent 412b85ec
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@
* Are sys_errlist and sys_nerr declared in stdio.h?
*/
#ifndef SYSERRLIST_IN_STDIO
#if defined( freebsd )
#if defined( freebsd ) || defined( linux )
#define SYSERRLIST_IN_STDIO
#endif
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment