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
note a leak that needs fixing eventually
[trinity.git]
/
syscalls
/
sigpending.c
blob
30a0259eca319fb55b08215ddc345b908ec0a8bf
1
/*
2
* SYSCALL_DEFINE1(sigpending, old_sigset_t __user *, set)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_sigpending
= {
7
.
name
=
"sigpending"
,
8
.
num_args
=
1
,
9
.
arg1name
=
"set"
,
10
.
arg1type
=
ARG_ADDRESS
,
11
};