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
/
shmctl.c
blob
3d5dc12736a92041136b36367e50d31c7ab96e9d
1
/*
2
* SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_shmctl
= {
7
.
name
=
"shmctl"
,
8
.
num_args
=
3
,
9
.
arg1name
=
"shmid"
,
10
.
arg2name
=
"cmd"
,
11
.
arg3name
=
"buf"
,
12
};