apps/system/cu: Fix undefined SIGKILL if CONFIG_SIG_DEFUALT is not defined.

This commit is contained in:
Gregory Nutt 2018-08-29 05:39:01 -06:00
parent c4512f5ddf
commit b33eaf881d

View File

@ -61,6 +61,14 @@
* Pre-processor Definitions
****************************************************************************/
#ifndef SIGKILL
# define SIGKILL 9
#endif
/****************************************************************************
* Private Types
****************************************************************************/
enum parity_mode
{
PARITY_NONE,