The Open Group Base Specifications Issue 6
IEEE Std 1003.1, 2004 Edition
Copyright © 2001-2004 The IEEE and The Open Group, All Rights reserved.
A newer edition of this document exists here

NAME

ulimit.h - ulimit commands

SYNOPSIS

[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

None.

RATIONALE

None.

FUTURE DIRECTIONS

None.

SEE ALSO

The System Interfaces volume of IEEE Std 1003.1-2001, ulimit()

CHANGE HISTORY

First released in Issue 3.

End of informative text.

UNIX ® is a registered Trademark of The Open Group.
POSIX ® is a registered Trademark of The IEEE.
[ Main Index | XBD | XCU | XSH | XRAT ]