X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=errlist;h=b80c1ca621010fd29ba50faff1e2b57bbef9d96a;hp=e4435df162cfd63a6eb25ed26c87126e031290e5;hb=HEAD;hpb=06fa6acd87ac23ee3ca422dbc56cf97a3c71aa09;ds=sidebyside diff --git a/errlist b/errlist index e4435df..b80c1ca 100644 --- a/errlist +++ b/errlist @@ -36,3 +36,12 @@ 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"