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