aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/pthread.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-17 17:04:21 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-17 17:04:21 -0800
commite9539c95b7f4ec8f9bd3a0e2def05c357268e737 (patch)
treeb893f3852c20d65003a7038b754b354923bf7c84 /system/include/libc/pthread.h
parent2cb805eef875b474920b758459f2cc7a4ead15a6 (diff)
library fixes
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 0c5dc488..1185fcc1 100644
--- a/system/include/libc/pthread.h
+++ b/system/include/libc/pthread.h
@@ -46,7 +46,7 @@ int _EXFUN(pthread_mutexattr_getpshared,
int _EXFUN(pthread_mutexattr_setpshared,
(pthread_mutexattr_t *__attr, int __pshared));
-#if defined(_UNIX98_THREAD_MUTEX_ATTRIBUTES)
+#if defined(_UNIX98_THREAD_MUTEX_ATTRIBUTES) || defined(EMSCRIPTEN)
/* Single UNIX Specification 2 Mutex Attributes types */