mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 08:31:35 -08:00
(signal): Define only if not NO_DGUX_SIGNAL_REDEF.
This commit is contained in:
parent
dfc366c954
commit
e4532ad9bc
1 changed files with 2 additions and 0 deletions
|
|
@ -263,9 +263,11 @@ Boston, MA 02111-1307, USA. */
|
|||
/* can't hurt to define these, even though read/write should auto restart */
|
||||
#define INTERRUPTIBLE_IO
|
||||
|
||||
#ifndef NO_DGUX_SIGNAL_REDEF
|
||||
/* Can't use sys_signal because then etc/server.c would need sysdep.o. */
|
||||
extern struct sigaction act, oact;
|
||||
#define signal(SIG,FUNC) berk_signal(SIG,FUNC)
|
||||
#endif
|
||||
|
||||
#endif /* not NOT_C_CODE */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue