From 1e29d9ab6047c765c9cab7d79f6baf7e96eea7fd Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期五, 08 一月 2021 11:30:57 +0800 Subject: [PATCH] update --- test/test.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/test/test.cpp b/test/test.cpp index 40f5af7..c575018 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -4,6 +4,8 @@ int main(void) { + + int a = random32(); printf("%d, %d , %d\n", SIGRTMIN, SIGRTMAX, SIGCLOSE1); /* SIGQUIT here will terminate with core file */ } -- Gitblit v1.8.0