mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
ITS#9215 Fix previous commit
This commit is contained in:
parent
e96f90e212
commit
4a50fa745d
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@
|
||||||
* <http://www.OpenLDAP.org/license.html>.
|
* <http://www.OpenLDAP.org/license.html>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef __GLIBC__
|
#ifndef _GNU_SOURCE
|
||||||
#define _XOPEN_SOURCE 500 /* For pthread_setconcurrency() */
|
#define _GNU_SOURCE 1 /* For pthread_setconcurrency() on glibc */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "portable.h"
|
#include "portable.h"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue