X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=errlist;h=728e3f8b6837396821221dd9b2a5882e03848498;hb=e2950383a28766d521a69ec5660b8271f322cbdb;hp=dfd9f6feada689cee3b1f109f21f437e2548ac8f;hpb=b9665cff53c8f3a6228e57d40277c015839bf377;p=osl.git diff --git a/errlist b/errlist index dfd9f6f..728e3f8 100644 --- a/errlist +++ b/errlist @@ -33,3 +33,13 @@ 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"