DMTCP
|
#include <string.h>
#include <fcntl.h>
#include <sys/time.h>
#include <sys/resource.h>
#include "util.h"
#include "syscallwrappers.h"
#include "uniquepid.h"
#include "protectedfds.h"
#include "shareddata.h"
#include "../jalib/jassert.h"
#include "../jalib/jfilesystem.h"
#include "../jalib/jconvert.h"
Go to the source code of this file.
Macros | |
#define | COPY_BINARY |
#define | ENV_PTR(x) ((char*) (getenv(x) - strlen(x) - 1)) |
#define COPY_BINARY |
#define ENV_PTR | ( | x) | ((char*) (getenv(x) - strlen(x) - 1)) |