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
/
geteuid.c
blob
96c77c737e71ef13c0edffb8d7276d48bbc1800c
1
/*
2
* SYSCALL_DEFINE0(geteuid)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_geteuid
= {
7
.
name
=
"geteuid"
,
8
.
num_args
=
0
,
9
.
rettype
=
RET_UID_T
,
10
};
11
12
13
/*
14
* SYSCALL_DEFINE0(geteuid16)
15
*/
16
17
struct
syscallentry syscall_geteuid16
= {
18
.
name
=
"geteuid16"
,
19
.
num_args
=
0
,
20
.
rettype
=
RET_UID_T
,
21
};