getrlimit.2: Note that the underlying system call for prlimit() is prlimit64()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-10 09:15:31 +02:00
parent abb3258def
commit 2863377036
1 changed files with 4 additions and 0 deletions

View File

@ -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