diff options
author | max99x <max99x@gmail.com> | 2011-09-13 01:29:20 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-09-13 01:29:20 +0300 |
commit | ba7ad95e80a19a81312baf5887940c27b7fb82b9 (patch) | |
tree | 6daea9ab071ecfa27abdbca067d839895741e010 | |
parent | 79cdded6f3dc170f4dc5acc9055fba33d45838b6 (diff) |
Added a few extra library aliases.
-rw-r--r-- | src/library.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index 683a2288..c32e6e11 100644 --- a/src/library.js +++ b/src/library.js @@ -2103,6 +2103,7 @@ LibraryManager.library = { }, __01open64_: 'open', __01lseek64_: 'lseek', + __01truncate64_: 'truncate', __01ftruncate64_: 'ftruncate', // TODO: Check if any other aliases are needed. @@ -3078,6 +3079,7 @@ LibraryManager.library = { vfscanf: 'fscanf', vsscanf: 'sscanf', __01fopen64_: 'fopen', + __01freopen64_: 'freopen', __01fseeko64_: 'fseek', __01ftello64_: 'ftell', __01tmpfile64_: 'tmpfile', |