comparison src/syssignal.h @ 4759:aa5ed11f473b

Remove support for obsolete systems. See xemacs-patches message with ID <870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 18 Nov 2009 08:49:14 -0700
parents 4769b9c268eb
children 308d34e9f07d
comparison
equal deleted inserted replaced
4758:75975fd0b7fc 4759:aa5ed11f473b
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