bug-guile
[Top][All Lists]
Advanced

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

bug#21116: [PATCH 3/4] Add Hurd signal and error definitions


From: Ludovic Courtès
Subject: bug#21116: [PATCH 3/4] Add Hurd signal and error definitions
Date: Thu, 29 Oct 2015 23:45:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

David Michael <address@hidden> skribis:

> * libguile/cpp-E.syms (EAUTH, EBACKGROUND): New definitions.
>   (EBADRPC, ED, EDIED, EFTYPE, EGRATUITOUS, EGREGIOUS): Likewise.
>   (EIEIO, ENEEDAUTH, EPROCLIM, EPROCUNAVAIL): Likewise.
>   (EPROGMISMATCH, EPROGUNAVAIL, ERPCMISMATCH): Likewise.
> * libguile/cpp-SIG.syms (SIGEMT, SIGEV_MAX_SIZE): Likewise.
>   (SIGEV_PAD_SIZE, SIGINFO, SIGLOST): Likewise.

Pushed as 1be3063.

> #define       ED              _HURD_ERRNO (102)/* ? */
> #define       EDIED           _HURD_ERRNO (101)/* Translator died */
> #define       EFTYPE          _HURD_ERRNO (79)/* Inappropriate file type or 
> format */
> #define       EGRATUITOUS     _HURD_ERRNO (105)/* Gratuitous error */
> #define       EGREGIOUS       _HURD_ERRNO (103)/* You really blew it this 
> time */
> #define       EIEIO           _HURD_ERRNO (104)/* Computer bought the farm */

Hurd humour for the Guilers!  :-)

Ludo’.





reply via email to

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