OSDN Git Service

libc: do not rely upon ulimit kernel syscall.
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Tue, 1 Nov 2011 14:08:17 +0000 (15:08 +0100)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Wed, 23 Nov 2011 16:24:54 +0000 (17:24 +0100)
commit1b6c5c4f32f13cc8f26d38a6159a958a7a9d29b2
treee6ff84b56fe2837cf44fe625dd09431e2148c5ab
parent9b42da7d0558884e2a3cc9a8674ccfc752369610
libc: do not rely upon ulimit kernel syscall.

On several architectures __NR_ulimit syscall number is currently
defined but it is remapped onto sys_ni_syscall, while on other
architectures they are not longer defined.
So use {get,set}rlimit only to implement ulimit interface.

It fixes LTP ulimit01 test case.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Acked-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/common/ulimit.c