aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/pthread.h
diff options
context:
space:
mode:
authorJeff Terrace <jterrace@gmail.com>2012-01-04 15:42:20 -0500
committerJeff Terrace <jterrace@gmail.com>2012-01-04 15:42:20 -0500
commita4c79c9ec14dfa52b2d299e0ef3ea952b7cbd5ee (patch)
treea4cfd0ccac1acc488202aebc8f9bcf9d2a4f2b92 /system/include/libc/pthread.h
parent0e8ad69fb88bb17a72baa0d034c806baa60e164d (diff)
Add missing pthread function, missing termios.h and missing ttydefaults.h
Diffstat (limited to 'system/include/libc/pthread.h')
-rw-r--r--system/include/libc/pthread.h3
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
}