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
add new renameat2 syscall
[trinity.git]
/
syscalls
/
getuid.c
blob
24f000f0a28849630f5510629c5e188f43de348a
1
/*
2
* SYSCALL_DEFINE0(getuid)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_getuid
= {
7
.
name
=
"getuid"
,
8
.
num_args
=
0
,
9
};
10
11
12
/*
13
* SYSCALL_DEFINE0(getuid16)
14
*/
15
16
struct
syscallentry syscall_getuid16
= {
17
.
name
=
"getuid16"
,
18
.
num_args
=
0
,
19
};