Fix: custom signal handler not working

This commit is contained in:
2025-05-06 12:49:44 +08:00
parent d31f5e02fe
commit 7c054743ce
7 changed files with 48 additions and 32 deletions

View File

@@ -9,3 +9,4 @@
typedef void (*signal_handler_t)();
void run_signal(int32_t SIGNAL);
void end_signal(void);