From 7dc3250afc46f96a2cbac71f8e251c44cac730e6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 18 Feb 2021 08:54:06 +0100 Subject: [PATCH] process_madvise.2: Add CONFORMING TO Signed-off-by: Michael Kerrisk --- man2/process_madvise.2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man2/process_madvise.2 b/man2/process_madvise.2 index 2b900491b..e2b8c16ac 100644 --- a/man2/process_madvise.2 +++ b/man2/process_madvise.2 @@ -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).