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

Function kill

examples/stdlib.c:1302–1305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1300}
1301
1302static int kill(pid_t pid, int sig)
1303{
1304 return (int)syscall(SYS_kill, pid, sig);
1305}
1306
1307static int fcntl(int fd, int cmd, ...)
1308{

Callers 2

raiseFunction · 0.85
abortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected