From 35444bf35a56805029a090a408d5a51464803cae Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 21 May 2014 07:43:09 +0200 Subject: m + add gamma sets with mapping function rather than lookup tables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libgamma-error.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/libgamma-error.h') diff --git a/src/libgamma-error.h b/src/libgamma-error.h index a3c5387..acafacf 100644 --- a/src/libgamma-error.h +++ b/src/libgamma-error.h @@ -25,6 +25,12 @@ */ #define LIBGAMMA_NO_SUCH_ADJUSTMENT_METHOD -1 +/** + * `errno` has be set with a standard error number + * to indicate the what has gone wrong + */ +#define LIBGAMMA_ERRNO_SET -2 + #endif -- cgit v1.2.3-70-g09d2