nuttx/sched/group
Yoshinori Sugino c13f869432 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)
2020-10-29 01:12:43 -07:00
..
group_addrenv.c
group_childstatus.c
group_continue.c
group_create.c Fix typos 2020-10-28 19:15:04 -07:00
group_exitinfo.c
group_find.c
group_foreachchild.c
group_free.c
group_getgid.c
group_getuid.c
group_join.c
group_killchildren.c
group_leave.c libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00
group_malloc.c
group_setgid.c
group_setuid.c
group_setupidlefiles.c sched: use nx_close instead of close 2020-10-28 09:11:50 -07:00
group_setupstreams.c libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00
group_setuptaskfiles.c libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00
group_signal.c
group_suspendchildren.c Modify SIGSTP to SIGTSTP 2020-10-29 01:12:43 -07:00
group_tlsalloc.c
group_tlsfree.c
group_waiter.c
group_zalloc.c
group.h libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00
Make.defs