summaryrefslogtreecommitdiff
path: root/include/wolf/port/sys.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-30 19:29:44 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-03-30 19:29:44 +0200
commit3f9d2fe1837a11b70a6949304e192e977ff8b9d0 (patch)
tree0da4206165099517e6b2dede22d118ed2dc27a82 /include/wolf/port/sys.h
parent7bf88dd4cdba8e069384942581e92213316d59b0 (diff)
downloadwolfbones-3f9d2fe1837a11b70a6949304e192e977ff8b9d0.tar.gz
wolfbones-3f9d2fe1837a11b70a6949304e192e977ff8b9d0.tar.bz2
fixed severe bux in mutex handling and tested strerror_r on Cygwin
Diffstat (limited to 'include/wolf/port/sys.h')
-rw-r--r--include/wolf/port/sys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wolf/port/sys.h b/include/wolf/port/sys.h
index 0390e6b..50bab8e 100644
--- a/include/wolf/port/sys.h
+++ b/include/wolf/port/sys.h
@@ -222,6 +222,7 @@
#define _XOPEN_SOURCE 600
#define HAVE_ENUM_BOOL
#define HAVE_SYSLOG_H
+#define HAVE_PTHREADS
#else
#error unknown platform
#endif /* OS_MINOR_VERSION == 0 */