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
merge newfstat variants
[trinity.git]
/
syscalls
/
rt_sigpending.c
blob
6aaa320201c3bac0e1ecddabb145d80aa50de74d
1
/*
2
* SYSCALL_DEFINE2(rt_sigpending, sigset_t __user *, set, size_t, sigsetsize)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_rt_sigpending
= {
7
.
name
=
"rt_sigpending"
,
8
.
num_args
=
2
,
9
.
arg1name
=
"set"
,
10
.
arg1type
=
ARG_ADDRESS
,
11
.
arg2name
=
"sigsetsize"
,
12
};