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
/
ssetmask.c
blob
066ab71731ce1366034299fefda1a4fe6311b4df
1
/*
2
* SYSCALL_DEFINE1(ssetmask, int, newmask)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_ssetmask
= {
7
.
name
=
"ssetmask"
,
8
.
num_args
=
1
,
9
.
arg1name
=
"newmask"
,
10
};