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>.
*/
#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"