process_madvise.2: Add CONFORMING TO

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-02-18 08:54:06 +01:00
parent 86e7d29168
commit 7dc3250afc
1 changed files with 4 additions and 0 deletions

View File

@ -201,6 +201,10 @@ Support for this system call is optional,
depending on the setting of the
.B CONFIG_ADVISE_SYSCALLS
configuration option.
.SH CONFORMING TO
The
.BR process_madvise ()
system call is Linux-specific.
.SH NOTES
Glibc does not provide a wrapper for this system call; call it using
.BR syscall (2).