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
/
rmdir.c
blob
a362b8975dbb79faa31a05a901eaea4d82d19adf
1
/*
2
* SYSCALL_DEFINE1(rmdir, const char __user *, pathname)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_rmdir
= {
7
.
name
=
"rmdir"
,
8
.
num_args
=
1
,
9
.
arg1name
=
"pathname"
,
10
.
arg1type
=
ARG_PATHNAME
,
11
};