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
move_pages: just use calloc
[trinity.git]
/
syscalls
/
sgetmask.c
blob
be1b3468b91e5a7d23077c67bd9c057ac92c9490
1
/*
2
* SYSCALL_DEFINE0(sgetmask)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_sgetmask
= {
7
.
name
=
"sgetmask"
,
8
.
num_args
=
0
,
9
};