Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/threads.h')
-rw-r--r--include/threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/threads.h b/include/threads.h
index 5fa6c981c86..3d8fdd29a77 100644
--- a/include/threads.h
+++ b/include/threads.h
@@ -72,7 +72,7 @@
#define zbx_sleep(sec) sleep((sec))
- #define zbx_thread_kill(h) kill(h, SIGTERM)
+ #define zbx_thread_kill(h) kill(h, SIGUSR2)
#define zbx_thread_kill_fatal(h) kill(h, SIGQUIT)
#endif /* _WINDOWS */