syscalls.2: Add prlimit64(2)

While trying to reconcile the new features in glibc with the
documented entries in the linux kernel man pages I noticed that
glibc exports prlimit64 for use by 32-bit applications (as does
the linux kernel), but that prlimit64 was not defined in the
syscalls list or in the prlimit-related page.

This is not the complete fix for this, but I don't have the time
to explain why and when prlimit64 should be used (or how it should
be used safely). Therefore I'm just patching the syscalls.2 list
to show that prlimit64 exists and was added in 2.6.36 (verified
with git by checking out the tags before and after).

Unless you've purposely excluded prlimit64 to avoid telling users
about it because it's complicated, please apply.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Carlos O'Donell 2014-06-17 20:17:28 +02:00 committed by Michael Kerrisk
parent d65250f528
commit 7b08c45b7d
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ renamed "pread64" in 2.6
T}
\fBpreadv\fP(2) 2.6.30
\fBprlimit\fP(2) 2.6.36
\fBprlimit64\fP(2) 2.6.36
\fBprocess_vm_readv\fP(2) 3.2
\fBprocess_vm_writev\fP(2) 3.2
\fBpselect6\fP(2) 2.6.16