Stub out system functions for testing (WIP).
[oweals/dinit.git] / src / tests / test-run-child-proc.cc
1 #include "service.h"
2
3 // Stub out run_child_proc function, for testing purposes.
4
5 void service_record::run_child_proc(const char * const *args, const char *logfile, bool on_console,
6         int wpipefd, int csfd) noexcept
7 {
8
9 }