From 286337703620e5602bc9178c196b16310d2379a6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 10 Apr 2015 09:15:31 +0200 Subject: [PATCH] getrlimit.2: Note that the underlying system call for prlimit() is prlimit64() Signed-off-by: Michael Kerrisk --- man2/getrlimit.2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index c94db1b76..d24854075 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -574,6 +574,10 @@ wrapper functions no longer invoke the corresponding system calls, but instead employ .BR prlimit (), for the reasons described in BUGS. + +The name of the glibc wrapper function is +.BR prlimit (); +the underlying system call is call prlimit64 (). .SH BUGS In older Linux kernels, the .B SIGXCPU