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
make-it-fail fixes
[trinity.git]
/
syscalls
/
getsid.c
blob
63c7ee3328627911ff1fe071a0f6dc72baa167a9
1
/*
2
* SYSCALL_DEFINE1(getsid, pid_t, pid)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_getsid
= {
7
.
name
=
"getsid"
,
8
.
num_args
=
1
,
9
.
arg1name
=
"pid"
,
10
.
arg1type
=
ARG_PID
,
11
};