aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/pthread.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-16 16:25:08 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-16 16:25:08 -0800
commit1cb0ec225dd97470208cc9e3b59cf35d8f4e3a0b (patch)
tree4cd531366cc90a7521d363e5561c25e9e5328b20 /system/include/libc/pthread.h
parentcf5947187de4390ad0440940f323470b37befbc8 (diff)
restore libcxx to pristine state, undoing all our hacks, and work towards fixing test_exceptions given that
Diffstat (limited to 'system/include/libc/pthread.h')
-rw-r--r--system/include/libc/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/pthread.h b/system/include/libc/pthread.h
index 63bb6dfa..0c5dc488 100644
--- a/system/include/libc/pthread.h
+++ b/system/include/libc/pthread.h
@@ -31,7 +31,7 @@ extern "C" {
#include <sys/types.h>
#include <time.h>
-#include <sys/sched.h>
+#include <sched.h> /* XXX Emscripten: removed sys/ */
/* Register Fork Handlers */
int _EXFUN(pthread_atfork,(void (*prepare)(void), void (*parent)(void),