Searched defs:ap_unixd_killpg (Results 1 - 1 of 1) sorted by relevance

/httpd/os/unix/
H A Dunixd.h105 #define ap_unixd_killpg(x, y) (killpg ((x), (y))) macro
108 #define ap_unixd_killpg(x, y) (kill (-(x), (y))) macro

Completed in 518 milliseconds