/****************************************************************************
****************************************************************************
***
This header is automatically generated from a Linux kernel header
Of the same name, to make information necessary for userspace to
Call into the kernel available to libc. It contains only constants,
Structures, and macros generated from the original header, and thus,
Contains no copyrightable information.
***
To edit the content of this header, modify the corresponding
source file (e.g. under external/kernel-headers/original/) Then
Run bionic/libc/kernel/tools/update_all.py
***
Any manual, here would be lost, the next time this script would
Be run. You ' ve been warned!
***
****************************************************************************
****************************************************************************/
#ifndef _linux_limits_h
#define _linux_limits_h
#define Nr_open 1024
#define NGROUPS_MAX 65536
/* Warning:do not EDIT, auto-generated code-see TOP for instructions */
#define ARG_MAX 131072
#define CHILD_MAX 999
#define OPEN_MAX 256
#define LINK_MAX 127
/* Warning:do not EDIT, auto-generated code-see TOP for instructions */
#define Max_canon 255
#define MAX_INPUT 255
#define NAME_MAX 255
#define PATH_MAX 4096
/* Warning:do not EDIT, auto-generated code-see TOP for instructions */
#define PIPE_BUF 4096
#define XATTR_NAME_MAX 255
#define XATTR_SIZE_MAX 65536
#define XATTR_LIST_MAX 65536
/* Warning:do not EDIT, auto-generated code-see TOP for instructions */
#define RTSIG_MAX 32
#endif