summaryrefslogtreecommitdiff
path: root/include/nsutils/unistd.h
Commit message (Collapse)AuthorAgeFilesLines
* Include standard library headers for types.John-Mark Bell2018-01-201-0/+2
|
* Added pread and pwrite wrappers.Vincent Sanders2015-04-021-0/+55
This adds wrappers for the pread and pwrite standard calls with fixed semantics across all supported platforms. The main variation (so far) is some platforms not having the calls at all and AmigaOS not allowing seeks beyond existing extents.