aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/signal.c')
-rw-r--r--kernel/signal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/signal.c b/kernel/signal.c
index dc17929ab78a..7165af5f1b11 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -1887,7 +1887,7 @@ relock:
1887 for (;;) { 1887 for (;;) {
1888 struct k_sigaction *ka; 1888 struct k_sigaction *ka;
1889 /* 1889 /*
1890 * Tracing can induce an artifical signal and choose sigaction. 1890 * Tracing can induce an artificial signal and choose sigaction.
1891 * The return value in @signr determines the default action, 1891 * The return value in @signr determines the default action,
1892 * but @info->si_signo is the signal number we will report. 1892 * but @info->si_signo is the signal number we will report.
1893 */ 1893 */
@@ -2711,8 +2711,8 @@ out:
2711/** 2711/**
2712 * sys_rt_sigaction - alter an action taken by a process 2712 * sys_rt_sigaction - alter an action taken by a process
2713 * @sig: signal to be sent 2713 * @sig: signal to be sent
2714 * @act: the thread group ID of the thread 2714 * @act: new sigaction
2715 * @oact: the PID of the thread 2715 * @oact: used to save the previous sigaction
2716 * @sigsetsize: size of sigset_t type 2716 * @sigsetsize: size of sigset_t type
2717 */ 2717 */
2718SYSCALL_DEFINE4(rt_sigaction, int, sig, 2718SYSCALL_DEFINE4(rt_sigaction, int, sig,