Imported Upstream version 1.1.0
[platform/upstream/iotivity.git] / resource / csdk / connectivity / common / src / cathreadpool_pthreads.c
index 751bafc..636036e 100644 (file)
@@ -24,7 +24,9 @@
  * This file provides APIs related to thread pool.
  */
 
+#ifndef _GNU_SOURCE
 #define _GNU_SOURCE
+#endif
 #include <errno.h>
 #include <pthread.h>
 #include "cathreadpool.h"