#include <syscall.h>
#include "tests/vm/sample.inc"
#include "tests/lib.h"
#include "tests/main.h"
Go to the source code of this file.
Defines | |
#define | ACTUAL ((void *) 0x10000000) |
Functions | |
void | test_main (void) |
#define ACTUAL ((void *) 0x10000000) |
Definition at line 9 of file mmap-unmap.c.
void test_main | ( | void | ) |
Definition at line 12 of file mmap-unmap.c.
References ACTUAL, CHECK, fail(), MAP_FAILED, mmap(), munmap(), and open().