1RT_SIGQUEUEINFO(2)         Linux Programmer's Guide         RT_SIGQUEUEINFO(2)
2
3
4

NAME

6       rt_sigqueueinfo - Send signal information to a signal
7

SYNOPSIS

9       long sys_rt_sigqueueinfo (int pid, int sig, siginfo_t *uinfo);
10
11

DESCRIPTION

13       rt_sigqueueinfo sends signal sig information uinfo to a process pid.
14
15

RETURN VALUE

17       rt_sigqueueinfo  returns  0  on success; otherwise, rt_sigqueueinfo re‐
18       turns one of the errors listed in the "Errors" section.
19
20

ERRORS

22       -EFAULT
23              An invalid value for uinfo was specified.
24
25
26       -EPERM A non-root process cannot send this signal.
27
28

SEE ALSO

30       rt_sigaction(2), rt_sigpending(2), rt_sigprocmask(2),  rt_sigreturn(2),
31       rt_sigsuspend(2), rt_sigtimedwait(2)
32
33

AUTHOR

35       Niki Rahimi
36
37
38
39Linux 2.6                        2004-March-12              RT_SIGQUEUEINFO(2)
Impressum