X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=error.h;fp=error.h;h=9849916c13446fb05da69f6c7b7ddada2fe0dae3;hp=5a5aefb987dad5f4946844e3153f2c8f12d0f282;hb=2d7a4d61bfa10e3f462053936dcf7fd416b629d0;hpb=a159b67466fcb6cc38b9daf855051ce807669bc5 diff --git a/error.h b/error.h index 5a5aefb..9849916 100644 --- a/error.h +++ b/error.h @@ -33,7 +33,7 @@ _ERROR(EMPTY, "file empty") \ _ERROR(MMAP, "mmap error") \ _ERROR(OSL, "osl error") \ - _ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR") \ + _ERROR(SIGACTION, "could not install signal handler") \ _ERROR(OUTPUT, "error writing output") \ _ERROR(MALFORMED_FORMAT, "malformed format string") \ _ERROR(BAD_ALIGN_SPEC, "bad alignment specifier") \