diff options
author | Pixel <pixel@nobis-crew.org> | 2011-12-01 08:29:37 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-12-01 08:29:37 -0800 |
commit | f2a7b274c333cbdf084f44de6f2f8b889996df23 (patch) | |
tree | 5a95be4ee58225139c96f5f4cf0c12f9ec366135 | |
parent | 87ceaec7b9358336dc69faac863a027e501c10c3 (diff) |
Having libcoro to be pthread-compliant for darwin.
-rw-r--r-- | darwin-config.h | 2 | ||||
m--------- | libcoro | 0 |
2 files changed, 1 insertions, 1 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 -Subproject 128d4e8c4a9103fe5a02682de89c6a660ff2a5d +Subproject ae60db8c353b678050581fc53e695f769d6f128 |