DMTCP
|
#include <sys/types.h>
#include <unistd.h>
#include <errno.h>
#include <stdio.h>
#include <sys/mman.h>
#include <asm/unistd.h>
Go to the source code of this file.
Macros | |
#define | mtcp_inline_syscall(name, num_args, args...) INLINE_SYSCALL(name, num_args, args) |
#define | __set_errno(Val) errno = (Val) |
Functions | |
int | main () |
#define mtcp_inline_syscall | ( | name, | |
num_args, | |||
args... | |||
) | INLINE_SYSCALL(name, num_args, args) |