note a leak that needs fixing eventually
[trinity.git] / syscalls / getuid.c
blob24f000f0a28849630f5510629c5e188f43de348a
1 /*
2 * SYSCALL_DEFINE0(getuid)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_getuid = {
7 .name = "getuid",
8 .num_args = 0,
9 };
13 * SYSCALL_DEFINE0(getuid16)
16 struct syscallentry syscall_getuid16 = {
17 .name = "getuid16",
18 .num_args = 0,