summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fastd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastd.c b/src/fastd.c
index 1c4a00f..93df249 100644
--- a/src/fastd.c
+++ b/src/fastd.c
@@ -707,7 +707,7 @@ static inline void terminate(void) {
pthread_sigmask(SIG_SETMASK, &action.sa_mask, NULL);
- kill(getpid(), sig_terminate);
+ raise(sig_terminate);
}
/** Main function */