aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-07-14 18:08:53 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-07-14 18:08:53 -0700
commit37cf35d4026944d86682b2d7a8bc0f654e02514e (patch)
tree29f9ea6922bb04b26293834f2c6cf76a414190a2
parent2c4fcf084653305f47dc0cef26f60df94b3ded13 (diff)
bustage fix for strict mode js (duplicate entries in ERRNO_MESSAGES)
-rw-r--r--src/library.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/library.js b/src/library.js
index 7e97a01d..326ab987 100644
--- a/src/library.js
+++ b/src/library.js
@@ -2196,7 +2196,6 @@ var Library = {
105: 'No buffer space available',
61: 'No data available',
19: 'No such device',
- 2: 'No such file or directory',
8: 'Exec format error',
37: 'No locks available',
67: 'Link has been severed',
@@ -2230,7 +2229,6 @@ var Library = {
62: 'Timer expired',
110: 'Connection timed out',
26: 'Text file busy',
- 11: 'Resource temporarily unavailable',
18: 'Invalid cross-device link'
},
__setErrNo: function(value) {