summaryrefslogtreecommitdiff
path: root/src/mman/posix_madvise.c
AgeCommit message (Collapse)AuthorLines
2011-04-20fix missing include in posix_madvise.c (compile error)Rich Felker-0/+1
2011-04-20support posix_madvise (previous a stub)Rich Felker-1/+3
the check against MADV_DONTNEED to because linux MADV_DONTNEED semantics conflict dangerously with the POSIX semantics
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+6