nckernel
0.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
slibc
include
limits.h
Go to the documentation of this file.
1
/* Runtime invariant values (Possibly indeterminate) */
2
#define NGROUPS_MAX 65536
/* supplemental group IDs are available */
3
#define RTSIG_MAX 32
4
#define _PAGESIZE 4096
5
#define PAGESIZE _PAGESIZE
6
#define PAGE_SIZE _PAGESIZE
7
8
/* Pathname Variable Values */
9
10
/* Runtime Increasable Values */
11
12
/* Maximum Values */
13
14
/* Minimum Values */
15
#define ARG_MAX 131072
/* # bytes of args + environ for exec() */
16
#define LINK_MAX 127
/* # links a file may have */
17
#define MAX_CANON 255
/* size of the canonical input queue */
18
#define MAX_INPUT 255
/* size of the type-ahead buffer */
19
#define NAME_MAX 255
/* # chars in a file name */
20
#define PATH_MAX 4096
/* # chars in a path name including nul */
21
#define PIPE_BUF 4096
/* # bytes in atomic write to a pipe */
22
23
/* Numerical Limits */
24
25
/* Other Invariant Values */
26
27
/* End of a file */
Generated on Thu Nov 7 2013 02:45:25 for nckernel by
1.8.4