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
note a leak that needs fixing eventually
[trinity.git]
/
syscalls
/
getegid.c
blob
a211973c00b4b3ec16a8af15252671b3bc63dfd1
1
/*
2
* SYSCALL_DEFINE0(getegid)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_getegid
= {
7
.
name
=
"getegid"
,
8
.
num_args
=
0
,
9
.
rettype
=
RET_GID_T
,
10
};
11
12
/*
13
* SYSCALL_DEFINE0(getegid16)
14
*/
15
16
struct
syscallentry syscall_getegid16
= {
17
.
name
=
"getegid16"
,
18
.
num_args
=
0
,
19
.
rettype
=
RET_GID_T
,
20
};