]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
posix_fadvise.2: Add "C library/kernel ABI differences" subsection
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 10 Apr 2015 07:08:50 +0000 (09:08 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 11 Apr 2015 06:46:26 +0000 (08:46 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/posix_fadvise.2

index 6b7ca8a43cc4905af5de4ca3047cdcef74c90ced..65d1b8a98eaca08c3a36e8ee7a45792bc58001a8 100644 (file)
@@ -169,6 +169,13 @@ call
 or
 .BR fdatasync (2)
 first.
+.SS C library/kernel ABI differences
+The name of the wrapper function in the C library is
+.BR posix_fadvise ().
+The underlying system call is called
+.BR fadvise64 ()
+(or, on some architectures,
+.BR fadvise64_64 ()).
 .SS Architecture-specific variants
 Some architectures require
 64-bit arguments to be aligned in a suitable pair of registers (see