From 701ed4de01380ead1d5d659bc45b02e33c6a6ce1 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 21 Mar 2005 14:35:22 +0000 Subject: *** empty log message *** --- coro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coro.h') 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 -- cgit v1.2.3