The Open Group Base Specifications Issue 7, 2018 edition
IEEE Std 1003.1-2017 (Revision of IEEE Std 1003.1-2008)
Copyright © 2001-2018 IEEE and The Open Group

NAME

ulimit.h - ulimit commands

SYNOPSIS

[OB XSI] [Option Start] #include <ulimit.h> [Option End]

DESCRIPTION

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, ...);


The following sections are informative.

APPLICATION USAGE

See ulimit().

RATIONALE

None.

FUTURE DIRECTIONS

None.

SEE ALSO

XSH ulimit

CHANGE HISTORY

First released in Issue 3.

Issue 7

The <ulimit.h> header is marked obsolescent.

End of informative text.

 

return to top of page

UNIX ® is a registered Trademark of The Open Group.
POSIX ™ is a Trademark of The IEEE.
Copyright © 2001-2018 IEEE and The Open Group, All Rights Reserved
[ Main Index | XBD | XSH | XCU | XRAT ]