ulimit.h - ulimit commands
[XSI] #include <ulimit.h>
The <ulimit.h> header shall define the symbolic constants used by the ulimit() function.
Symbolic constants:
- UL_GETFSIZE
- Get maximum file size.
- UL_SETFSIZE
- Set maximum file size.
The following shall be declared as a function and may also be defined as a macro. A function prototype shall be provided.
long ulimit(int, ...);
None.
None.
None.
The System Interfaces volume of IEEE Std 1003.1-2001, ulimit()
First released in Issue 3.