summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/posix_madvise.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use PROTO_NORMAL() on __syscall to go direct, adjusting the declarationguenther2015-09-111-4/+2
| | | | | | | to eliminate some casts. Retire some uses of old-style STUB* macros where superseded by namespace.h bits tweaks and ok deraadt@
* 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.