summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/csplit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csplit.c b/src/csplit.c
index a6f69095d..4e9d083bd 100644
--- a/src/csplit.c
+++ b/src/csplit.c
@@ -247,7 +247,7 @@ interrupt_handler (int sig)
signal (sig, SIG_DFL);
#endif
cleanup ();
- kill (getpid (), sig);
+ raise (sig);
}
/* Keep track of NUM chars of a partial line in buffer START.