madvise.2: VERSIONS: Support for madvise() is now configurable

Support for this system call now depends on the
CONFIG_ADVISE_SYSCALLS configuration option.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-12-08 16:59:00 +01:00
parent 732df53e2b
commit 6e5199009e
1 changed files with 7 additions and 0 deletions

View File

@ -322,6 +322,13 @@ Not enough memory: paging in failed.
.B ENOMEM
Addresses in the specified range are not currently
mapped, or are outside the address space of the process.
.SH VERSIONS
Since Linux 3.18,
.\" commit d3ac21cacc24790eb45d735769f35753f5b56ceb
support for this system call is optional,
depending on the setting of the
.B CONFIG_ADVISE_SYSCALLS
configuration option.
.SH CONFORMING TO
POSIX.1b.
POSIX.1-2001 describes