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