From e21355c5755fb738dd08b3a9e2d3c66af4b9a355 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 1 Jun 2008 14:01:02 +0200 Subject: [PATCH] Add error code for SIGNAL_SIG_ERR. --- error.h | 1 + 1 file changed, 1 insertion(+) 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") \ /** -- 2.39.2