diff --git a/testing/ostest/cancel.c b/testing/ostest/cancel.c index c5b212c3f..1db31c073 100644 --- a/testing/ostest/cancel.c +++ b/testing/ostest/cancel.c @@ -36,12 +36,6 @@ #include "ostest.h" -/**************************************************************************** - * Preprocessor definitions - ****************************************************************************/ - -#define SIG_WAITCANCEL 27 - /**************************************************************************** * Private Data ****************************************************************************/ @@ -234,7 +228,7 @@ static FAR void *sig_waiter(FAR void *parameter) /* Wait for a signal that will never be delivered */ - printf("sig_waiter: Waiting to receive signal %d ...\n", SIG_WAITCANCEL); + printf("sig_waiter: Waiting to receive signal...\n"); sigemptyset(&set); ret = sigwaitinfo(&set, &info);