Linux defines SYS_ERRLIST in stdio (doesn't everyone)

This commit is contained in:
Kurt Zeilenga 1998-08-12 07:36:36 +00:00
parent 412b85ec7e
commit cda1faaf00

View File

@ -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