diff options
-rw-r--r-- | src/library.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index 1676a82c..28131d97 100644 --- a/src/library.js +++ b/src/library.js @@ -6710,6 +6710,7 @@ LibraryManager.library = { pthread_cond_destroy: function() {}, pthread_cond_broadcast: function() {}, pthread_cond_wait: function() {}, + pthread_cond_timedwait: function() {}, pthread_self: function() { //FIXME: assumes only a single thread return 0; |