aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/library.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js
index f7155e9d..faa8aecf 100644
--- a/src/library.js
+++ b/src/library.js
@@ -6402,6 +6402,11 @@ LibraryManager.library = {
siginterrupt: function() { throw 'siginterrupt not implemented' },
+ raise: function(sig) {
+ // TODO:
+ return 0;
+ },
+
// ==========================================================================
// sys/wait.h
// ==========================================================================