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
/
oldumount.c
blob
868a463f71e1a768652d3d902788c0affeb244e2
1
/*
2
* SYSCALL_DEFINE1(oldumount, char __user *, name)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscall syscall_oldumount
= {
7
.
name
=
"oldumount"
,
8
.
num_args
=
1
,
9
.
arg1name
=
"name"
,
10
.
arg1type
=
ARG_ADDRESS
,
11
};