FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SYS_fork
lib/libthr/thread/thr_fork.c
212
ret = syscall(SYS_fork);
tests/sys/kern/ptrace_test.c
1134
REQUIRE_EQ(pl[0].pl_syscall_code, (unsigned)SYS_fork);