2 Copyright © 1995-2012, The AROS Development Team. All rights reserved.
5 POSIX function setrlimit().
9 #include <sys/resource.h>
11 /*****************************************************************************
19 const struct rlimit
*rlp
)
22 Get the limits of certain system resources
25 resource - the resource type to get
26 rlp - resource information to update
29 On success, returns 0. -1 and errno on error.
42 ******************************************************************************/
46 /* As of yet, no resource can be updated on AROS */