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 /darwin-config.h | |
parent | 87ceaec7b9358336dc69faac863a027e501c10c3 (diff) |
Having libcoro to be pthread-compliant for darwin.
Diffstat (limited to 'darwin-config.h')
-rw-r--r-- | darwin-config.h | 2 |
1 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 |