summaryrefslogtreecommitdiff
path: root/darwin-config.h
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-12-01 08:29:37 -0800
committerPixel <pixel@nobis-crew.org>2011-12-01 08:29:37 -0800
commitf2a7b274c333cbdf084f44de6f2f8b889996df23 (patch)
tree5a95be4ee58225139c96f5f4cf0c12f9ec366135 /darwin-config.h
parent87ceaec7b9358336dc69faac863a027e501c10c3 (diff)
Having libcoro to be pthread-compliant for darwin.
Diffstat (limited to 'darwin-config.h')
-rw-r--r--darwin-config.h2
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