aboutsummaryrefslogtreecommitdiffstats
path: root/src/signal.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/signal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signal.cpp b/src/signal.cpp
index f6aff819..b7a9cef3 100644
--- a/src/signal.cpp
+++ b/src/signal.cpp
@@ -42,7 +42,7 @@ extern jmp_buf recover_env;
*
* @param sig signal number
*/
-void handle_signal(int sig) {
+void HandleSignal(int sig) {
static int _repeat_handle_num = 1, last_sig = sig;
// SPDLOG_DEBUG("signal caught {}", sig);
std::cout << "signal caught" << sig;