mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
Modify SIGSTP to SIGTSTP
Follow the POSIX description. SIGTSTP should be sent when the Ctrl-Z characters is encountered, not SIGSTP. Testing: Built with hifive1-revb:nsh (CONFIG_SERIAL_TERMIOS=y, CONFIG_SIG_DEFAULT=y and CONFIG_TTY_SIGTSTP=y)
This commit is contained in:
committed by
Xiang Xiao
parent
96d1f018c4
commit
c13f869432
@@ -27,7 +27,7 @@ SIGUSR2 Abnormal Termination CONFIG_SIG_SIGUSR2_ACTION
|
||||
SIGALRM Abnormal Termination CONFIG_SIG_SIGALRM_ACTION
|
||||
SIGPOLL Abnormal Termination CONFIG_SIG_SIGPOLL_ACTION
|
||||
SIGSTOP Suspend task CONFIG_SIG_SIGSTOP_ACTION
|
||||
SIGSTP Suspend task CONFIG_SIG_SIGSTOP_ACTION
|
||||
SIGTSTP Suspend task CONFIG_SIG_SIGSTOP_ACTION
|
||||
SIGCONT Resume task CONFIG_SIG_SIGSTOP_ACTION
|
||||
SIGINT Abnormal Termination CONFIG_SIG_SIGKILL_ACTION
|
||||
SIGKILL Abnormal Termination CONFIG_SIG_SIGKILL_ACTION
|
||||
|
||||
Reference in New Issue
Block a user