From 18eb60ebb34bb699121567cf41e3a5fc79a262c2 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 5 Mar 2013 18:11:51 +0700 Subject: Implement stub for pthread_cond_timedwait(). This was in the headers, but had no implementation resulting in an undefined at runtime. --- src/library.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; -- cgit v1.2.3-70-g09d2