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
remove [64] cleanup TODO
[trinity.git]
/
syscalls
/
getppid.c
blob
c4ecee62968dac6b69c6640d46eb60a3649ad99c
1
/*
2
* SYSCALL_DEFINE0(getppid)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_getppid
= {
7
.
name
=
"getppid"
,
8
.
num_args
=
0
,
9
.
rettype
=
RET_PID_T
,
10
};