testing/ostest: Define the private used signal to SIGRTMIN
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
b93aa0cb8d
commit
3ac86cc6f1
@ -38,8 +38,8 @@
|
||||
* Private Definitions
|
||||
****************************************************************************/
|
||||
|
||||
#define MY_TIMER_SIGNAL 17
|
||||
#define SIGVALUE_INT 42
|
||||
#define MY_TIMER_SIGNAL SIGRTMIN
|
||||
#define SIGVALUE_INT 42
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data
|
||||
|
@ -36,8 +36,8 @@
|
||||
* Private Definitions
|
||||
****************************************************************************/
|
||||
|
||||
#define MY_TIMER_SIGNAL 17
|
||||
#define SIGVALUE_INT 42
|
||||
#define MY_TIMER_SIGNAL SIGRTMIN
|
||||
#define SIGVALUE_INT 42
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data
|
||||
|
@ -43,7 +43,7 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
#define WAKEUP_SIGNAL 17
|
||||
#define WAKEUP_SIGNAL SIGRTMIN
|
||||
#define SIGVALUE_INT 42
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -41,7 +41,7 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
#define WAKEUP_SIGNAL 17
|
||||
#define WAKEUP_SIGNAL SIGRTMIN
|
||||
#define SIGVALUE_INT 42
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user