]> git.tuebingen.mpg.de Git - osl.git/blobdiff - errlist
Kill all users of ERRNO_TO_ERROR() in util.c and util.h.
[osl.git] / errlist
diff --git a/errlist b/errlist
index e4435df162cfd63a6eb25ed26c87126e031290e5..728e3f8b6837396821221dd9b2a5882e03848498 100644 (file)
--- a/errlist
+++ b/errlist
@@ -36,3 +36,10 @@ NOMEM                                "cannot allocate memory"
 NOTDIR                         "not a directory"
 STAT                           "stat error"
 UNLINK                         "failed to unlink file"
 NOTDIR                         "not a directory"
 STAT                           "stat error"
 UNLINK                         "failed to unlink file"
+WRITE                          "write error"
+OPEN                           "failed to open file"
+TRUNCATE                       "could not truncate file"
+MKDIR                          "failed to create directory"
+RENAME                         "could not rename file"
+MUNMAP                         "munmap error"
+FSTAT                          "fstat error"