mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
signal: remove unused SIGCONDTIMEDOUT
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
patacongo
parent
104a7d4e00
commit
5651715486
@@ -160,11 +160,6 @@ FAR char *strsignal(int signum)
|
||||
|
||||
/* Non-standard signals */
|
||||
|
||||
#ifdef SIGCONDTIMEDOUT
|
||||
case SIGCONDTIMEDOUT:
|
||||
return (FAR char *)"SIGCONDTIMEDOUT";
|
||||
#endif
|
||||
|
||||
#ifdef SIGWORK
|
||||
case SIGWORK:
|
||||
return (FAR char *)"SIGWORK";
|
||||
|
||||
Reference in New Issue
Block a user