mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#9215 Fix previous commit
This commit is contained in:
parent
e96f90e212
commit
4a50fa745d
@ -14,8 +14,8 @@
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
|
||||
#ifdef __GLIBC__
|
||||
#define _XOPEN_SOURCE 500 /* For pthread_setconcurrency() */
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE 1 /* For pthread_setconcurrency() on glibc */
|
||||
#endif
|
||||
|
||||
#include "portable.h"
|
||||
|
Loading…
Reference in New Issue
Block a user