aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-01-23 15:18:55 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-01-23 15:18:55 -0800
commite8bfd932d690e13a4744a4ce514d2dee28f0a57e (patch)
treef0cb566e4c6a4e24a29c4394ffda69efb511457b
parent7bcb06708962ca4bd04add9d1c148869931a1c94 (diff)
more library stubs
-rw-r--r--src/library.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js
index bad7c137..74ebdc07 100644
--- a/src/library.js
+++ b/src/library.js
@@ -5955,6 +5955,7 @@ LibraryManager.library = {
},
setitimer: function() { throw 'setitimer not implemented yet' },
+ getitimer: function() { throw 'getitimer not implemented yet' },
// ==========================================================================
// sys/time.h
@@ -7172,6 +7173,13 @@ LibraryManager.library = {
initgroups: function() { throw 'initgroups: TODO' },
+ // pwd.h
+
+ getpwnam: function() { throw 'getpwnam: TODO' },
+ setpwent: function() { throw 'setpwent: TODO' },
+ getpwent: function() { throw 'getpwent: TODO' },
+ endpwent: function() { throw 'endpwent: TODO' },
+
// ==========================================================================
// emscripten.h
// ==========================================================================