diff options
author | Thomas White <taw@physics.org> | 2019-01-25 09:53:48 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-01-28 14:55:31 +0100 |
commit | 84166d9d376ae7dd85f7f6df5c3b386d84cdf514 (patch) | |
tree | 6e02792c6b82ffa1152f207f1fd00a581d05e3d7 | |
parent | 9b1d07ba6ed79d2b32b1e8fa92bd93628f66b1c0 (diff) |
Remove #define _GNU_SOURCE
-rw-r--r-- | libcrystfel/src/thread-pool.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <sched.h> #endif |