2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
5 POSIX.1-2008 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.
32 Currently always returns -1 and errno is set to EINVAL
43 ******************************************************************************/
47 /* As of yet, no resource can be updated on AROS */