|
rvm
1.11
|
#include "config.h"#include <iostream>#include <stdlib.h>#include <sys/types.h>#include <sys/wait.h>#include <unistd.h>#include <signal.h>#include <sys/select.h>#include <sys/time.h>#include <cerrno>#include "asserts.h"#include "error.h"#include "fs.h"#include "exec.h"
Go to the source code of this file.
Functions | |
| static void | _signal_handler (int signo) |
| Generic signal handler. More... | |
| std::ostream & | operator<< (std::ostream &out, execute &exe) |
| Convenience function to call execute::print() More... | |
|
static |
Generic signal handler.
Definition at line 66 of file exec.cc.
References ERROR.
Referenced by execute::fork().
| std::ostream& operator<< | ( | std::ostream & | out, |
| execute & | exe | ||
| ) |
Convenience function to call execute::print()
Definition at line 664 of file exec.cc.
References execute::print().

1.8.6