Mercurial > emacs
comparison src/syssignal.h @ 83716:a73440d2f146 merge-multi-tty-to-trunk
Merge multi-tty branch
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 29 Aug 2007 05:28:10 +0000 |
parents | 65663fcd2caa |
children | 107ccd98fa12 bdb3fe0ba9fa |
comparison
equal
deleted
inserted
replaced
82950:ed8435ec5652 | 83716:a73440d2f146 |
---|---|
31 /* Don't #include <signal.h>. That header should always be #included | 31 /* Don't #include <signal.h>. That header should always be #included |
32 before "config.h", because some configuration files (like s/hpux.h) | 32 before "config.h", because some configuration files (like s/hpux.h) |
33 indicate that SIGIO doesn't work by #undef-ing SIGIO. If this file | 33 indicate that SIGIO doesn't work by #undef-ing SIGIO. If this file |
34 #includes <signal.h>, then that will re-#define SIGIO and confuse | 34 #includes <signal.h>, then that will re-#define SIGIO and confuse |
35 things. */ | 35 things. */ |
36 /* XXX This is not correct anymore, there is a BROKEN_SIGIO macro. */ | |
36 | 37 |
37 #define SIGMASKTYPE sigset_t | 38 #define SIGMASKTYPE sigset_t |
38 | 39 |
39 #define SIGEMPTYMASK (empty_mask) | 40 #define SIGEMPTYMASK (empty_mask) |
40 #define SIGFULLMASK (full_mask) | 41 #define SIGFULLMASK (full_mask) |