Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__NR_getgid
include/uapi/asm-generic/unistd.h
470
__SYSCALL(__NR_getgid, sys_getgid)
samples/bpf/map_perf_test_user.c
242
syscall(__NR_getgid);
tools/include/uapi/asm-generic/unistd.h
470
__SYSCALL(__NR_getgid, sys_getgid)
tools/testing/selftests/bpf/prog_tests/map_ops.c
33
(void)syscall(__NR_getgid);