Get rid of all remaining users of ERRNO_TO_ERROR() in osl.c.
[osl.git] / errlist
diff --git a/errlist b/errlist
index 06e2e808d4272c1eb369c745f6e093f046e85e52..e4435df162cfd63a6eb25ed26c87126e031290e5 100644 (file)
--- a/errlist
+++ b/errlist
@@ -21,7 +21,6 @@ RB_KEY_EXISTS                 "key already exists in rbtree"
 RB_KEY_NOT_FOUND               "key not found in rbtree"
 BAD_ROW_NUM                    "invalid row number"
 INDEX_CORRUPTION               "index corruption detected"
-INVALID_OBJECT                 "reference to invalid object"
 LSEEK                          "lseek error"
 BUSY                           "table is busy"
 SHORT_TABLE                    "table too short"
@@ -33,3 +32,7 @@ BAD_ROW                               "invalid row"
 EMPTY                          "file empty"
 MMAP                           "mmap error"
 LOOP                           "loop terminated"
+NOMEM                          "cannot allocate memory"
+NOTDIR                         "not a directory"
+STAT                           "stat error"
+UNLINK                         "failed to unlink file"