arosc.library: Add getdtablesize/getrlimit/setrlimit stubs
commit5552aafe03de295b8a272242a3040c408865d03d
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 10 Dec 2011 16:28:42 +0000 (10 16:28 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 10 Dec 2011 16:28:42 +0000 (10 16:28 +0000)
tree02786bebd5d53c3617b0687713ed85bf219f6bbf
parent2c750ef29c38d6393f38ff5ad99ea8a86d5f02ed
arosc.library: Add getdtablesize/getrlimit/setrlimit stubs

Needed for newer GNU Tar

Staf V. - can you update the arosc.conf to put these in the 'right' places?

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@42828 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/clib/arosc.conf
compiler/clib/getdtablesize.c [new file with mode: 0644]
compiler/clib/getrlimit.c [new file with mode: 0644]
compiler/clib/include/sys/resource.h [new file with mode: 0644]
compiler/clib/include/unistd.h
compiler/clib/mmakefile.src
compiler/clib/setrlimit.c [new file with mode: 0644]