From 973692652774a5ffe98478ee287b40af529d0b39 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期三, 13 一月 2021 14:14:58 +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