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 +- libcoro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/libcoro b/libcoro index 128d4e8..ae60db8 160000 --- a/libcoro +++ b/libcoro @@ -1 +1 @@ -Subproject commit 128d4e8c4a9103fe5a02682de89c6a660ff2a5d3 +Subproject commit ae60db8c353b678050581fc53e695f769d6f1289 -- cgit v1.2.3