From 732df53e2b7a9e625dddc0fa04ab2b09fededce3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Dec 2014 16:56:34 +0100 Subject: [PATCH] posix_fadvise.2: Support for fadvise64() is now configurable Support for this system call now depends on the CONFIG_ADVISE_SYSCALLS configuration option. Signed-off-by: Michael Kerrisk --- man2/posix_fadvise.2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man2/posix_fadvise.2 b/man2/posix_fadvise.2 index 8d7f6a3b3..982c3eeb6 100644 --- a/man2/posix_fadvise.2 +++ b/man2/posix_fadvise.2 @@ -112,6 +112,13 @@ the underlying system call is called Library support has been provided since glibc version 2.2, via the wrapper function .BR posix_fadvise (). + +Since Linux 3.18, +.\" commit d3ac21cacc24790eb45d735769f35753f5b56ceb +support for the underlying system call is optional, +depending on the setting of the +.B CONFIG_ADVISE_SYSCALLS +configuration option. .SH CONFORMING TO POSIX.1-2001. Note that the type of the