diff options
author | Jeff Terrace <jterrace@gmail.com> | 2012-01-05 13:00:24 -0500 |
---|---|---|
committer | Jeff Terrace <jterrace@gmail.com> | 2012-01-05 13:00:24 -0500 |
commit | 6b72b402328e0f4eb62bdd3bd8bde72d3cf7a464 (patch) | |
tree | 6aa1cf56f5395fb0fab8ba6c12d9a58c36e9dfe7 | |
parent | 5581e9cec2f9716e77e83a273ed4e989202f8879 (diff) |
Changed emscripten comment to XXX format
-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 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)); |