Mercurial > hg > xemacs-beta
comparison src/syssignal.h @ 4765:1257b938f03a
automatic merge
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Fri, 04 Dec 2009 10:59:45 +0900 |
parents | aa5ed11f473b |
children | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
4764:dec62ca5a899 | 4765:1257b938f03a |
---|---|
105 which systems, and where the redirection occurs. | 105 which systems, and where the redirection occurs. |
106 | 106 |
107 Possibly we should use the new "qxe" convention. | 107 Possibly we should use the new "qxe" convention. |
108 */ | 108 */ |
109 | 109 |
110 #ifndef NeXT | |
111 typedef RETSIGTYPE (XCDECL * signal_handler_t) (int); | 110 typedef RETSIGTYPE (XCDECL * signal_handler_t) (int); |
112 #endif | |
113 | 111 |
114 #if defined (HAVE_SIGPROCMASK) | 112 #if defined (HAVE_SIGPROCMASK) |
115 | 113 |
116 /* The POSIX way (sigaction, sigprocmask, sigpending, sigsuspend) */ | 114 /* The POSIX way (sigaction, sigprocmask, sigpending, sigsuspend) */ |
117 | 115 |