diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-01-21 13:01:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-01-21 13:01:39 +0000 |
commit | ef7476572c9a18c0cb4d5dbaf3a81f1628419abb (patch) | |
tree | 0358496ea53f35b6dc31f8a296a2021c99db1b89 /test-mmap.c | |
parent | 05798824d24a3b26ef3439303ad694202c75729e (diff) |
Notes
Diffstat (limited to 'test-mmap.c')
-rw-r--r-- | test-mmap.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test-mmap.c b/test-mmap.c deleted file mode 100644 index 3a6232d9ce91f..0000000000000 --- a/test-mmap.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <sys/types.h> -#include <sys/mman.h> -#include <stddef.h> - -int -main(void) -{ - return mmap(NULL, 1, PROT_READ, MAP_SHARED, -1, 0) != MAP_FAILED; -} |