ITS#9215 Fix previous commit

This commit is contained in:
Ryan Tandy 2020-04-26 12:01:12 -07:00 committed by Quanah Gibson-Mount
parent e96f90e212
commit 4a50fa745d

View file

@ -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"