aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-mmap.c
Commit message (Collapse)AuthorAgeFilesLines
* 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).