mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
signal: Replace NuttX special SIGWORK with SIGPAGING(SIGRTMIN)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user