(SA_NOCLDSTOP): Define to 0 if not defined.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Apr 2005 04:55:05 +0000 (04:55 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Apr 2005 04:55:05 +0000 (04:55 +0000)
commitf33b6dab82e7c953ae684a5abe9632a4d8745b0b
tree75c476403f8eda29c9f3481da95f4cfcf026d2ba
parent65d8e81ce79f6a84cc51584bdb42d25c5b060f20
(SA_NOCLDSTOP): Define to 0 if not defined.
All uses changed.
(siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
(delete_all_files): New arg IN_SIGNAL_HANDLER, to avoid undefined
behavior when called from a signal handler.  All uses changed.
(main) [!defined SA_NOCLDSTOP]:
Use siginterrupt to specify that system calls should be interrupted.
src/csplit.c