1ulimit.h(3HEAD) Headers ulimit.h(3HEAD)
2
3
4
6 ulimit.h, ulimit - ulimit commands
7
9 #include <ulimit.h>
10
11
13 The <ulimit.h> header defines the following symbolic constants used by
14 the ulimit() function.
15
16 UL_GETFSIZE Get maximum file size.
17
18
19 UL_SETFSIZE Set maximum file size.
20
21
23 See attributes(5) for descriptions of the following attributes:
24
25
26
27
28 ┌─────────────────────────────┬─────────────────────────────┐
29 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
30 ├─────────────────────────────┼─────────────────────────────┤
31 │Interface Stability │Standard │
32 └─────────────────────────────┴─────────────────────────────┘
33
35 ulimit(2), attributes(5), standards(5)
36
37
38
39SunOS 5.11 10 Sep 2004 ulimit.h(3HEAD)