diff options
author | Jeff Terrace <jterrace@gmail.com> | 2012-01-05 12:56:01 -0500 |
---|---|---|
committer | Jeff Terrace <jterrace@gmail.com> | 2012-01-05 12:56:01 -0500 |
commit | 5581e9cec2f9716e77e83a273ed4e989202f8879 (patch) | |
tree | 70acffb70c366907ef75637bf53a171aab669786 /system/include/libc/pthread.h | |
parent | 952db09871053e7a61ccc7f70ccf5cd738eb3f14 (diff) | |
parent | a4c79c9ec14dfa52b2d299e0ef3ea952b7cbd5ee (diff) |
Merge branch 'master' of git://github.com/jterrace/emscripten into incoming
Diffstat (limited to 'system/include/libc/pthread.h')
-rw-r--r-- | system/include/libc/pthread.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/include/libc/pthread.h b/system/include/libc/pthread.h index 8f845937..d94c01be 100644 --- a/system/include/libc/pthread.h +++ b/system/include/libc/pthread.h @@ -350,6 +350,9 @@ int _EXFUN(pthread_rwlock_timedwrlock, #endif /* defined(_POSIX_READER_WRITER_LOCKS) */ +/* Added for emscripten, missing getattr_np function */ +int _EXFUN(pthread_getattr_np,(pthread_t __th, pthread_attr_t *__attr)); + #ifdef __cplusplus } |