mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59: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>.
|
||||
*/
|
||||
|
||||
#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 a new issue