ULIMIT.H(7) Miscellaneous Information Manual ULIMIT.H(7)
NAME
ulimit.h — ulimit
commands
SYNOPSIS
DESCRIPTION
The <ulimit.h> header shall define the symbolic constants used by the ulimit(3) 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, ...);
APPLICATION USAGE
See ulimit(3).
RATIONALE
None.
FUTURE DIRECTIONS
None.
SEE ALSO
XSH ulimit(3)
CHANGE HISTORY
First released in Issue 3.
Issue 7
The <ulimit.h> header is marked obsolescent.
January 1, 2016 posix.fail