DMTCP
|
#include <errno.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
Go to the source code of this file.
Macros | |
#define | SHELL_PATH "/bin/sh" /* Path of the shell. */ |
#define | SHELL_NAME "sh" /* Name to give it. */ |
Functions | |
__attribute__ ((visibility("hidden"))) int do_system(const char *line) | |
#define SHELL_NAME "sh" /* Name to give it. */ |
Definition at line 34 of file glibcsystem.cpp.
#define SHELL_PATH "/bin/sh" /* Path of the shell. */ |
Definition at line 33 of file glibcsystem.cpp.
__attribute__ | ( | (visibility("hidden")) | ) | const |
Definition at line 37 of file glibcsystem.cpp.