From cdd0dc8213f625fe39a6813af0885a92b549ed12 Mon Sep 17 00:00:00 2001 From: David Michael Date: Wed, 22 Jul 2015 12:49:46 -0400 Subject: [PATCH] Add new Linux errno constants. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libguile/cpp-E.syms (EHWPOISON, ERFKILL): New definitions. Signed-off-by: Ludovic Courtès --- libguile/cpp-E.syms | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libguile/cpp-E.syms b/libguile/cpp-E.syms index 3fbcbfe3a..3d3b0c3c6 100644 --- a/libguile/cpp-E.syms +++ b/libguile/cpp-E.syms @@ -33,6 +33,7 @@ EFAULT EFBIG EHOSTDOWN EHOSTUNREACH +EHWPOISON EIDRM EILSEQ EINPROGRESS @@ -112,6 +113,7 @@ EREMCHG EREMOTE EREMOTEIO ERESTART +ERFKILL EROFS ESHUTDOWN ESOCKTNOSUPPORT