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. Patch against master. Signed-off-by: Carlos O'Donell <carlos@xxxxxxxxxx> diff --git a/man2/syscalls.2 b/man2/syscalls.2 index a2f0eac..75a1f59 100644 --- a/man2/syscalls.2 +++ b/man2/syscalls.2 @@ -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 --- -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html