Formatting changes and new mini_inetd() function signatures

This commit is contained in:
Asanka Herath
2009-09-14 15:11:41 -04:00
committed by Love Hornquist Astrand
parent e1932ec0fd
commit 8e785a5750
2 changed files with 8 additions and 3 deletions

View File

@@ -334,7 +334,8 @@ wait_for_process(pid_t);
#define wait_for_process_timed rk_wait_for_process_timed
ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
wait_for_process_timed(pid_t, time_t (*)(void *),
void *, time_t);
void *, time_t);
#define pipe_execv rk_pipe_execv
ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
pipe_execv(FILE**, FILE**, FILE**, const char*, ...);