DEBSOURCES
Skip Quicknav
sources / trinity / 1.3-1 / syscalls / getuid.c
123456789
/* * SYSCALL_DEFINE0(getuid) */ #include "sanitise.h" struct syscall syscall_getuid = { .name = "getuid", .num_args = 0, };