summaryrefslogtreecommitdiff
path: root/src/syssignal.h
Commit message (Collapse)AuthorAgeFilesLines
* [POSIX] [!__GNUC__] (sys_sigmask): Add declaration.Richard M. Stallman1993-06-051-0/+1
|
* * syssignal.h (sys_signal): Declare the second argument to haveJim Blandy1993-05-241-1/+1
| | | | type signal_handler_t. We're told this is necessary for Linux.
* * syssignal.h: Don't #include <signal.h>Jim Blandy1993-05-241-1/+5
| | | | * alloc.c: #include <signal.h>, but before "config.h".
* Updated copyright years.Jim Blandy1993-05-221-1/+1
|
* Some changes from Michael K. Johnson for Linux.Jim Blandy1993-05-191-3/+12
| | | | | | | | | | | | | | | | * sysdep.c (sys_siglist): Don't define this if HAVE_SYS_SIGLIST is #defined. That lets the system provide it, if it has it. * syssignal.h (sigmask): Only define this if <signal.h> hasn't given us a definition already. * syssignal.h (sys_sigpause): Fix argument in prototype. * sysdep.c (init_signals): The masks are called empty_mask and full_mask, not signal_empty_mask and signal_full_mask. (signal_handler_t): Moved .... * syssignal.h: ... to here. * systty.h (EMACS_SET_TTY_PGRP): Call tcsetpgrp with the correct arguments. * emacs.c (main): Don't try to establish signal handlers for SIGBUS and SIGSYS unless they're actually #defined.
* * syssignal.h (sigunblock): Add definition which works under SYSVr4.Jim Blandy1993-03-111-9/+21
| | | | | * emacs.c (fatal_error_signal): Unblock the signal which we're handling using sigunblock.
* entered into RCSJim Blandy1992-05-101-53/+47
|
* *** empty log message ***Jim Blandy1992-05-011-25/+48
|
* Initial revisionJim Blandy1992-02-231-0/+101