git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86600
13f79535-47bb-0310-9956-
ffa450edef68
/* Other ap_os_ routines not used by this platform */
#define ap_os_is_filename_valid(f) (1)
-#define ap_os_kill(pid, sig) kill(pid, sig)
/* Sorry if this is ugly, but the include order doesn't allow me
* to use request_rec here... */
*/
#define ap_os_is_filename_valid(f) (1)
-/**
- * Send a signal to a specified process
- * @param pid the process to send the signal to
- * @param sig the signal to send
- * @return On success 0, on error -1
- * @deffunc int ap_os_kill(pid_t pid, int sig)
- */
-#define ap_os_kill(pid, sig) kill(pid, sig)
-
#endif /* !APACHE_OS_H */