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
/
setsid.c
blob
f0283c62219951633fa3a68e3ee6b56cc2e818a5
1
/*
2
* SYSCALL_DEFINE0(setsid)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_setsid
= {
7
.
name
=
"setsid"
,
8
.
num_args
=
0
,
9
};