summaryrefslogtreecommitdiff
path: root/coro.h
diff options
context:
space:
mode:
authorroot <root>2010-12-03 19:21:59 +0000
committerroot <root>2010-12-03 19:21:59 +0000
commit039ff8ce0565fd898d3d0b24c8ce547b5bd8ee30 (patch)
tree2184e7e2e97193b88cbb7448de21dd8276338403 /coro.h
parent303257cce4e5649e42b424ee305a658fd2e4238f (diff)
*** empty log message ***
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 078a16b..19f0a8d 100644
--- a/coro.h
+++ b/coro.h
@@ -69,6 +69,7 @@
* 2008-11-16 work around a freebsd pthread bug.
* 2008-11-19 define coro_*jmp symbols for easier porting.
* 2009-06-23 tentative win32-backend support for mingw32 (Yasuhiro Matsumoto).
+ * 2010-12-03 tentative support for uclibc (which lacks all sorts of things).
*/
#ifndef CORO_H