mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +02:00
Add Hurd signal and error constants.
* 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. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
cdd0dc8213
commit
befaad0c14
2 changed files with 20 additions and 0 deletions
|
@ -5,17 +5,22 @@ SIGBUS
|
|||
SIGCHLD
|
||||
SIGCLD
|
||||
SIGCONT
|
||||
SIGEMT
|
||||
SIGEV_MAX_SIZE
|
||||
SIGEV_NONE
|
||||
SIGEV_PAD_SIZE
|
||||
SIGEV_SIGNAL
|
||||
SIGEV_THREAD
|
||||
SIGEV_THREAD_ID
|
||||
SIGFPE
|
||||
SIGHUP
|
||||
SIGILL
|
||||
SIGINFO
|
||||
SIGINT
|
||||
SIGIO
|
||||
SIGIOT
|
||||
SIGKILL
|
||||
SIGLOST
|
||||
SIGPIPE
|
||||
SIGPOLL
|
||||
SIGPROF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue