aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d94c01be..63bb6dfa 100644
--- a/system/include/libc/pthread.h
+++ b/system/include/libc/pthread.h
@@ -350,7 +350,7 @@ int _EXFUN(pthread_rwlock_timedwrlock,
#endif /* defined(_POSIX_READER_WRITER_LOCKS) */
-/* Added for emscripten, missing getattr_np function */
+/* XXX Emscripten */
int _EXFUN(pthread_getattr_np,(pthread_t __th, pthread_attr_t *__attr));