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

/httpd/os/unix/
H A Dunixd.h106 #define ap_os_killpg(x, y) (killpg ((x), (y))) macro
109 #define ap_os_killpg(x, y) (kill (-(x), (y))) macro

Completed in 22 milliseconds