aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/library.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js
index 0db44e78..9b216210 100644
--- a/src/library.js
+++ b/src/library.js
@@ -3076,11 +3076,12 @@ LibraryManager.library = {
vsprintf: 'sprintf',
vscanf: 'scanf',
vfscanf: 'fscanf',
- vsscanf: 'fsscanf',
+ vsscanf: 'sscanf',
__01fopen64_: 'fopen',
__01fseeko64_: 'fseek',
__01ftello64_: 'ftell',
__01tmpfile64_: 'tmpfile',
+ __isoc99_fscanf: 'fscanf',
// TODO: Check if any other aliases are needed.
_IO_getc: 'getc',
_IO_putc: 'putc',