summaryrefslogtreecommitdiff
path: root/coro.h
diff options
context:
space:
mode:
Diffstat (limited to 'coro.h')
-rw-r--r--coro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/coro.h b/coro.h
index 15426dd..8f7a796 100644
--- a/coro.h
+++ b/coro.h
@@ -38,6 +38,7 @@
/*
* 2006-10-26 Include stddef.h on OS X to work around one of its bugs.
* Reported by Michael_G_Schwern.
+ * 2006-11-25 Use _setjmp instead of setjmp on GNU/Linux.
*/
#ifndef CORO_H