1<ulimit.h>(0P) POSIX Programmer's Manual <ulimit.h>(0P)
2
3
4
6 ulimit.h - ulimit commands
7
9 #include <ulimit.h>
10
12 The <ulimit.h> header shall define the symbolic constants used by the
13 ulimit() function.
14
15 Symbolic constants:
16
17 UL_GETFSIZE
18 Get maximum file size.
19
20 UL_SETFSIZE
21 Set maximum file size.
22
23
24 The following shall be declared as a function and may also be defined
25 as a macro. A function prototype shall be provided.
26
27
28 long ulimit(int, ...);
29
30 The following sections are informative.
31
33 None.
34
36 None.
37
39 None.
40
42 The System Interfaces volume of IEEE Std 1003.1-2001, ulimit()
43
45 Portions of this text are reprinted and reproduced in electronic form
46 from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
47 -- Portable Operating System Interface (POSIX), The Open Group Base
48 Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of
49 Electrical and Electronics Engineers, Inc and The Open Group. In the
50 event of any discrepancy between this version and the original IEEE and
51 The Open Group Standard, the original IEEE and The Open Group Standard
52 is the referee document. The original Standard can be obtained online
53 at http://www.opengroup.org/unix/online.html .
54
55
56
57IEEE/The Open Group 2003 <ulimit.h>(0P)