Ardour
9.0-pre0-582-g084a23a80d
|
#include <sys/types.h>
#include <sys/wait.h>
#include <string>
#include <pthread.h>
#include <signal.h>
#include <map>
#include "pbd/signals.h"
Go to the source code of this file.
Classes | |
class | PBD::SystemExec |
execute an external command More... | |
Namespaces | |
PBD | |
Macros | |
#define | STDIN_FILENO 0 |
#define | STDOUT_FILENO 1 |
#define | STDERR_FILENO 2 |
#define STDERR_FILENO 2 |
Definition at line 29 of file pbd/pbd/system_exec.h.
#define STDIN_FILENO 0 |
Definition at line 23 of file pbd/pbd/system_exec.h.
#define STDOUT_FILENO 1 |
Definition at line 26 of file pbd/pbd/system_exec.h.