| www.delorie.com/djgpp/doc/libc-2.01/libc_577.html | search |
#include <sys/resource.h> int setrlimit (int rltype, const struct rlimit *rlimitp);
This function sets new limit pointed to by rlimitp on the resourece limit specified by rltype. Note that currently it always fail.
Zero on success, nonzero on failure.
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |