delorie.com/djgpp/doc/libc/libc_710.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <sys/resource.h> int setrlimit (int rltype, const struct rlimit *rlimitp); |
This function sets new limit pointed to by rlimitp on the resource limit specified by rltype. Note that currently it always fails.
Zero on success, nonzero on failure.
ANSI/ISO C | No |
POSIX | No |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |