NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
KILLPG
usr.bin/make/make.h
1181
#define KILLPG(pid, sig) kill(-(pid), (sig))
usr.bin/make/make.h
1183
#define KILLPG(pid, sig) killpg((pid), (sig))