diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-05 11:32:10 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-05 11:32:10 -0800 |
commit | 5ad5df53ba7dc0ce890acabed3388c6c2ca6077d (patch) | |
tree | 2c6941aa54b3eb36a0323a3edafb0be7d17927ad /system/include/libc/pthread.h | |
parent | 048cb329be8de531a7f427c95187fae1f86f24a7 (diff) | |
parent | 6b72b402328e0f4eb62bdd3bd8bde72d3cf7a464 (diff) |
Merge pull request #162 from jterrace/incoming
Endianness, cross-compiling, and missing headers
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..63bb6dfa 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) */ +/* XXX Emscripten */ +int _EXFUN(pthread_getattr_np,(pthread_t __th, pthread_attr_t *__attr)); + #ifdef __cplusplus } |