DMTCP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
glibcsystem.cpp File Reference
#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)
 

Macro Definition Documentation

#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.

Function Documentation

__attribute__ ( (visibility("hidden"))  ) const

Definition at line 37 of file glibcsystem.cpp.