guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 03/05: Add new Linux errno constants.


From: Ludovic Courtès
Subject: [Guile-commits] 03/05: Add new Linux errno constants.
Date: Thu, 29 Oct 2015 22:43:08 +0000

civodul pushed a commit to branch stable-2.0
in repository guile.

commit ead362f8d144e7d76af4fd127c024c62b74562fb
Author: David Michael <address@hidden>
Date:   Wed Jul 22 12:49:46 2015 -0400

    Add new Linux errno constants.
    
    * libguile/cpp-E.syms (EHWPOISON, ERFKILL): New definitions.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 libguile/cpp-E.syms |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libguile/cpp-E.syms b/libguile/cpp-E.syms
index 3fbcbfe..3d3b0c3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]