Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r261080: | kib | 2014-02-06 | 1 | -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. | bms | 2003-08-09 | 1 | -2/+2 |
| | | | | | | PR: standards/54634 Reviewed by: das Approved by: jake (mentor) | ||||
* | Fix SCM ID's. | obrien | 2002-02-01 | 1 | -1/+3 |
| | |||||
* | Add a couple of new library interfaces (will be activated when the | wollman | 2001-01-23 | 1 | -0/+14 |
relavant header file changes are committed) for POSIX support. |