From f2a7b274c333cbdf084f44de6f2f8b889996df23 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 1 Dec 2011 08:29:37 -0800 Subject: Having libcoro to be pthread-compliant for darwin. --- darwin-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'darwin-config.h') diff --git a/darwin-config.h b/darwin-config.h index 63f568a..59c20d7 100644 --- a/darwin-config.h +++ b/darwin-config.h @@ -2,7 +2,7 @@ #define STDC_HEADERS 1 #define WORDS_LITTLEENDIAN 1 -#define CORO_SJLJ 1 +#define CORO_SJLJ_PTHREAD 1 #define _FILE_OFFSET_BITS 64 #define EMBED_LIBEIO 1 -- cgit v1.2.3