Set CC to gcc by default.
[osl.git] / errlist
diff --git a/errlist b/errlist
index dfd9f6feada689cee3b1f109f21f437e2548ac8f..b80c1ca621010fd29ba50faff1e2b57bbef9d96a 100644 (file)
--- a/errlist
+++ b/errlist
@@ -33,3 +33,15 @@ 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"
+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"
+DIR_EXISTS                     "directory exists"
+NOENT                          "no such file"