signal: Replace NuttX special SIGWORK with SIGPAGING(SIGRTMIN)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-03-25 04:12:41 +08:00
committed by patacongo
parent 5ce5d01d75
commit beb38917d1
5 changed files with 6 additions and 15 deletions
-7
View File
@@ -158,13 +158,6 @@ FAR char *strsignal(int signum)
return (FAR char *)"SIGTERM";
#endif
/* Non-standard signals */
#ifdef SIGWORK
case SIGWORK:
return (FAR char *)"SIGWORK";
#endif
default:
break;
}