Skip to content
Snippets Groups Projects
Commit 6b214528 authored by Alberto Massari's avatar Alberto Massari
Browse files

Define _GNU_SOURCE

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@436808 13f79535-47bb-0310-9956-ffa450edef68
parent cfdcd0ed
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,9 @@
* $Id$
*/
// on some platforms, THREAD_MUTEX_RECURSIVE is defined only if _GNU_SOURCE is defined
#define _GNU_SOURCE
#include <pthread.h>
#include <xercesc/util/MutexManagers/PosixMutexMgr.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment