DEBSOURCES
Skip Quicknav
sources / trinity / 1.3-1 / syscalls / getgid.c
12345678910
/* * SYSCALL_DEFINE0(getgid) */ #include "sanitise.h" struct syscall syscall_getgid = { .name = "getgid", .num_args = 0, .rettype = RET_GID_T, };