1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-06 04:00:26 +02:00

Add new Linux errno constants.

* libguile/cpp-E.syms (EHWPOISON, ERFKILL): New definitions.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
David Michael 2015-07-22 12:49:46 -04:00 committed by Ludovic Courtès
parent 9a4215b8c2
commit ead362f8d1

View file

@ -33,6 +33,7 @@ EFAULT
EFBIG EFBIG
EHOSTDOWN EHOSTDOWN
EHOSTUNREACH EHOSTUNREACH
EHWPOISON
EIDRM EIDRM
EILSEQ EILSEQ
EINPROGRESS EINPROGRESS
@ -112,6 +113,7 @@ EREMCHG
EREMOTE EREMOTE
EREMOTEIO EREMOTEIO
ERESTART ERESTART
ERFKILL
EROFS EROFS
ESHUTDOWN ESHUTDOWN
ESOCKTNOSUPPORT ESOCKTNOSUPPORT