repo.or.cz
/
trinity.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
split up constants.h some
[trinity.git]
/
syscalls
/
rt_sigsuspend.c
blob
ece74936bde3c5af22334e3706f3b8d983809759
1
/*
2
* SYSCALL_DEFINE2(rt_sigsuspend, sigset_t __user *, unewset, size_t, sigsetsize)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_rt_sigsuspend
= {
7
.
name
=
"rt_sigsuspend"
,
8
.
num_args
=
2
,
9
.
arg1name
=
"unewset"
,
10
.
arg1type
=
ARG_ADDRESS
,
11
.
arg2name
=
"sigsetsize"
,
12
.
flags
=
NEED_ALARM
,
13
};