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
merge newfstat variants
[trinity.git]
/
syscalls
/
getgid.c
blob
0e157490805447947102a5b2edc7a3680071e5e0
1
/*
2
* SYSCALL_DEFINE0(getgid)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_getgid
= {
7
.
name
=
"getgid"
,
8
.
num_args
=
0
,
9
.
rettype
=
RET_GID_T
,
10
};
11
12
13
/*
14
* SYSCALL_DEFINE0(getgid)
15
*/
16
17
struct
syscallentry syscall_getgid16
= {
18
.
name
=
"getgid16"
,
19
.
num_args
=
0
,
20
.
rettype
=
RET_GID_T
,
21
};