summaryrefslogtreecommitdiff
path: root/coro.h
diff options
context:
space:
mode:
authorroot <root>2005-03-21 14:35:22 +0000
committerroot <root>2005-03-21 14:35:22 +0000
commit701ed4de01380ead1d5d659bc45b02e33c6a6ce1 (patch)
tree2e97d50b7e422ac99500a0fbb11d515973d0a424 /coro.h
parent7268a3802123736b11ca7257591556aec1d6d42c (diff)
*** empty log message ***
Diffstat (limited to 'coro.h')
-rw-r--r--coro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/coro.h b/coro.h
index 7985e7e..cdd2755 100644
--- a/coro.h
+++ b/coro.h
@@ -150,7 +150,7 @@ struct coro_context {
#elif CORO_SJLJ || CORO_LOOSE || CORO_LINUX || CORO_IRIX
-#ifdef CORO_LINUX
+#if defined(CORO_LINUX) && !defined(_GNU_SOURCE)
# define _GNU_SOURCE // for linux libc
#endif