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
fix centos6 build failures
[trinity.git]
/
syscalls
/
munlockall.c
blob
e9badc006b3714e4f047e08f778279ddd950b8c0
1
/*
2
* SYSCALL_DEFINE0(munlockall)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscall syscall_munlockall
= {
7
.
name
=
"munlockall"
,
8
.
num_args
=
0
,
9
.
group
=
GROUP_VM
,
10
};