Signed-off-by: 贺婷婷 <596256905@qq.com>

This commit is contained in:
lingxin_2019
2022-05-26 08:09:56 +00:00
committed by Gitee
parent 9958f647f5
commit 0b9cac2cd3

View File

@@ -34,7 +34,7 @@
static int g_sigCount = 0;
static void SigPrint(int sig)
{
(void)sig;c
(void)sig;
g_sigCount++;
printf("signal receive success\n");
}