From 84166d9d376ae7dd85f7f6df5c3b386d84cdf514 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 25 Jan 2019 09:53:48 +0100 Subject: Remove #define _GNU_SOURCE --- libcrystfel/src/thread-pool.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/thread-pool.c b/libcrystfel/src/thread-pool.c index 7ce55d85..8cec8e2e 100644 --- a/libcrystfel/src/thread-pool.c +++ b/libcrystfel/src/thread-pool.c @@ -31,7 +31,6 @@ #endif #ifdef HAVE_CPU_AFFINITY -#define _GNU_SOURCE #include #endif -- cgit v1.2.3