diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/library.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index 41065ef7..27b79b32 100644 --- a/src/library.js +++ b/src/library.js @@ -6777,6 +6777,7 @@ LibraryManager.library = { ESTRPIPE: 143 }, $ERRNO_MESSAGES: { + 0: 'Success', 1: 'Not super-user', 2: 'No such file or directory', 3: 'No such process', |