pread.2: Add "C library/kernel ABI differences" subsection

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-10 09:22:22 +02:00
parent 33a8247aab
commit 609203f3f7
1 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,8 @@ and
system calls are especially useful in multithreaded applications.
They allow multiple threads to perform I/O on the same file descriptor
without being affected by changes to the file offset by other threads.
.\"
.SS C library/kernel ABI differences
On Linux, the underlying system calls were renamed
in kernel 2.6:
.BR pread ()