diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-17 17:04:21 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-17 17:04:21 -0800 |
commit | e9539c95b7f4ec8f9bd3a0e2def05c357268e737 (patch) | |
tree | b893f3852c20d65003a7038b754b354923bf7c84 /system/include/libc/pthread.h | |
parent | 2cb805eef875b474920b758459f2cc7a4ead15a6 (diff) |
library fixes
Diffstat (limited to 'system/include/libc/pthread.h')
-rw-r--r-- | system/include/libc/pthread.h | 2 |
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 */ |