ligd 2dfd7a4e8f signal.h: fix compile failed when open TTY_SIGINT
In file included from string/lib_strsignal.c:40:0:
string/lib_strsignal.c: In function ‘strsignal’:
string/lib_strsignal.c:142:12: error: ‘CONFIG_SIG_STOP’ undeclared (first use in this function); did you mean ‘CONFIG_SIG_PIPE’?
       case SIGSTOP:
            ^
string/lib_strsignal.c:142:12: note: each undeclared identifier is reported only once for each function it appears in
string/lib_strsignal.c:147:12: error: ‘CONFIG_SIG_STP’ undeclared (first use in this function); did you mean ‘CONFIG_SIG_STOP’?
       case SIGSTP:

Esnure all standard signal number is always defined

Change-Id: I3abce86079ebeba7bab038d7c770efc90b9cffd7
Signed-off-by: ligd <liguiding1@xiaomi.com>
2020-11-05 08:28:53 +01:00
..
2020-04-11 21:19:47 +01:00
2020-06-15 08:07:19 -06:00
2020-11-01 18:19:13 -08:00
2020-02-28 18:18:50 -06:00
2020-04-30 08:46:21 -06:00
2020-04-30 08:46:21 -06:00
2020-08-11 16:44:42 +09:00
2019-06-26 14:37:19 -06:00
2020-08-24 03:36:44 -07:00
2020-10-20 01:45:06 -07:00
2019-08-04 07:18:58 -06:00
2018-08-27 05:57:53 -06:00
2020-05-27 05:40:37 -06:00
2020-08-14 03:44:26 -07:00
2020-05-11 11:32:55 -04:00
2020-07-21 21:48:18 -07:00