From: Andre Noll Date: Sun, 1 Jun 2008 12:01:02 +0000 (+0200) Subject: Add error code for SIGNAL_SIG_ERR. X-Git-Tag: v0.0.2~23 X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=commitdiff_plain;h=e21355c5755fb738dd08b3a9e2d3c66af4b9a355 Add error code for SIGNAL_SIG_ERR. --- diff --git a/error.h b/error.h index 41553e3..7c3f4aa 100644 --- a/error.h +++ b/error.h @@ -24,6 +24,7 @@ _ERROR(EMPTY, "file empty") \ _ERROR(MMAP, "mmap error") \ _ERROR(OSL, "osl error") \ + _ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR") \ /**