MCPcopy Create free account
hub / github.com/GJDuck/e9patch / waitpid

Function waitpid

examples/stdlib.c:1297–1300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1295}
1296
1297static pid_t waitpid(pid_t pid, int *status, int options)
1298{
1299 return (pid_t)syscall(SYS_wait4, pid, status, options, NULL);
1300}
1301
1302static int kill(pid_t pid, int sig)
1303{

Callers 2

emitPatchFunction · 0.85
waitBackendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected