summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/posix_madvise.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix_madvise() should return the errno value on error, not -1guenther2014-07-101-2/+3
| | | | ok tedu@ jmc@
* prototype for _thread_sys_madvisetedu2014-07-101-1/+3
|
* add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromtedu2010-05-181-0/+11
brad and millert, with hints from guenther, jmc, and otto I think. ok previous.