apps/system/cu: Fix undefined SIGKILL if CONFIG_SIG_DEFUALT is not defined.
This commit is contained in:
parent
c4512f5ddf
commit
b33eaf881d
@ -61,6 +61,14 @@
|
|||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#ifndef SIGKILL
|
||||||
|
# define SIGKILL 9
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/****************************************************************************
|
||||||
|
* Private Types
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
enum parity_mode
|
enum parity_mode
|
||||||
{
|
{
|
||||||
PARITY_NONE,
|
PARITY_NONE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user