mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Linux defines SYS_ERRLIST in stdio (doesn't everyone)
This commit is contained in:
parent
412b85ec7e
commit
cda1faaf00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user