aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-mmap.c
Commit message (Collapse)AuthorAgeFilesLines
* NULL is in <stddef.h>; found on LinuxIngo Schwarze2014-08-051-0/+1
|
* Clean up feature tests:Ingo Schwarze2014-01-041-4/+2
| | | | | | * Split the configure steering script out of the Makefile. * Let the configure step depend on the test sources. * Clean up the test programs such that they can be run.
* Sync to OpenBSD, no functional change:Ingo Schwarze2013-06-021-1/+1
| | | | | | * Add the missing mparse_parse_buffer prototype. * Drop the useless MAP_FILE constant: It's not specified in POSIX, so it's not required, it's the default anyway, and it's 0 anyway.
* OpenBSD needs sys/types for mmap... oops...Kristaps Dzonsons2011-05-261-0/+1
|
* At least in theory, this patch lets us compile on Windows (which doesKristaps Dzonsons2011-05-261-0/+9
not have mmap(), from what I can tell).