ltp: fix review questions

Signed-off-by: yangyalei <yangyalei@xiaomi.com>
This commit is contained in:
yangyalei
2023-08-01 19:27:13 +08:00
committed by Xiang Xiao
parent 8f39ba6ae4
commit 6a5cf6d3ff
7 changed files with 7 additions and 6 deletions
+1
View File
@@ -98,6 +98,7 @@ FAR char *strsignal(int signum)
CASE_SIG_STR(SIGXFSZ, "File size limit exceeded");
CASE_SIG_STR(SIGVTALRM, "Virtual timer expired");
CASE_SIG_STR(SIGPROF, "Profiling timer expired");
CASE_SIG_STR(SIGWINCH, "Window resize signal");
CASE_SIG_STR(SIGPOLL, "Pollable event occurred");
CASE_SIG_STR(SIGSYS, "Bad system call");