X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=895f9f89bdc68d0a1242afc237fe930fc3db1786;hb=cecbe8525740b4a899cb1a6c91064e195ae1ada2;hp=41553e3f9271d799e5d25065d2fe8f071b7376be;hpb=0fbaae7717847b41f4d1218ce44de44c755397c0;p=adu.git diff --git a/error.h b/error.h index 41553e3..895f9f8 100644 --- a/error.h +++ b/error.h @@ -24,6 +24,8 @@ _ERROR(EMPTY, "file empty") \ _ERROR(MMAP, "mmap error") \ _ERROR(OSL, "osl error") \ + _ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR") \ + _ERROR(OUTPUT, "error writing output file") \ /**