diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-09-14 11:55:00 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-09-14 11:55:00 +0700 |
commit | 00caa1bec97a7a9d073f06703254111d7c77db36 (patch) | |
tree | ecc88b597557833a989fd6f5de633e36bc0fe6b4 | |
parent | 1fc6762e3176843ffc378c8b4f43dd73fed25ebe (diff) |
Remove C++ mangled catgets / catopen / catclose.
In the old headers, these were not extern "C", so they would show
up mangled when built for C++. This is no longer the case with
the new libc headers.
-rw-r--r-- | src/library.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/library.js b/src/library.js index f414a05f..aac5a9da 100644 --- a/src/library.js +++ b/src/library.js @@ -6584,10 +6584,6 @@ LibraryManager.library = { return me.ret; }, - _Z7catopenPKci: function() { throw 'catopen not implemented' }, - _Z7catgetsP8_nl_catdiiPKc: function() { throw 'catgets not implemented' }, - _Z8catcloseP8_nl_catd: function() { throw 'catclose not implemented' }, - // ========================================================================== // errno.h // ========================================================================== |