summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/pmadvise.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r261080:kib2014-02-061-1/+11
| | | | | | | | | The posix_fallocate(2) syscall should return error number on error, without modifying errno. MFC r261290: The posix_madvise(3) and posix_fadvise(2) should return error on failure, same as posix_fallocate(2).
* Add the POSIX 1003.1-2001 posix_madvise() interface.bms2003-08-091-2/+2
| | | | | | PR: standards/54634 Reviewed by: das Approved by: jake (mentor)
* Fix SCM ID's.obrien2002-02-011-1/+3
|
* Add a couple of new library interfaces (will be activated when thewollman2001-01-231-0/+14
relavant header file changes are committed) for POSIX support.
OpenPOWER on IntegriCloud