From 490252b369661e1862919f425cdaf44accbeb1ae Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 19 Jul 2016 21:31:55 +0000 Subject: Remove the dependency on SQLite without loss of functionality. Stop supporting systems that don't have mmap(3). Drop the obsolete names_check() now that we deleted MLINKS. --- test-mmap.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test-mmap.c (limited to 'test-mmap.c') diff --git a/test-mmap.c b/test-mmap.c deleted file mode 100644 index 3a6232d9..00000000 --- a/test-mmap.c +++ /dev/null @@ -1,9 +0,0 @@ -#include -#include -#include - -int -main(void) -{ - return mmap(NULL, 1, PROT_READ, MAP_SHARED, -1, 0) != MAP_FAILED; -} -- cgit v1.2.3-56-ge451