limits: add LINE_MAX limits definition
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
parent
23e0b70290
commit
203fb15c2e
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,7 @@
|
|||
#define _POSIX_PIPE_BUF 512
|
||||
#define _POSIX_STREAM_MAX 16
|
||||
#define _POSIX_TZNAME_MAX 3
|
||||
#define _POSIX2_LINE_MAX 80
|
||||
|
||||
#ifdef CONFIG_SMALL_MEMORY
|
||||
|
||||
|
@ -202,6 +203,7 @@
|
|||
|
||||
#define ARG_MAX _POSIX_ARG_MAX
|
||||
#define CHILD_MAX _POSIX_CHILD_MAX
|
||||
#define LINE_MAX _POSIX2_LINE_MAX
|
||||
#define LINK_MAX _POSIX_LINK_MAX
|
||||
#define MAX_CANON _POSIX_MAX_CANON
|
||||
#define MAX_INPUT _POSIX_MAX_INPUT
|
||||
|
|
Loading…
Reference in a new issue