note a leak that needs fixing eventually
[trinity.git] / syscalls / geteuid.c
blob96c77c737e71ef13c0edffb8d7276d48bbc1800c
1 /*
2 * SYSCALL_DEFINE0(geteuid)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_geteuid = {
7 .name = "geteuid",
8 .num_args = 0,
9 .rettype = RET_UID_T,
14 * SYSCALL_DEFINE0(geteuid16)
17 struct syscallentry syscall_geteuid16 = {
18 .name = "geteuid16",
19 .num_args = 0,
20 .rettype = RET_UID_T,