mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Linux defines SYS_ERRLIST in stdio (doesn't everyone)
This commit is contained in:
parent
412b85ec7e
commit
cda1faaf00
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue