1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef _UAPI_LINUX_LIMITS_H 8 #define _UAPI_LINUX_LIMITS_H 9 #define NR_OPEN 1024 10 #define NGROUPS_MAX 65536 11 #define ARG_MAX 131072 12 #define LINK_MAX 127 13 #define MAX_CANON 255 14 #define MAX_INPUT 255 15 #define NAME_MAX 255 16 #define PATH_MAX 4096 17 #define PIPE_BUF 4096 18 #define XATTR_NAME_MAX 255 19 #define XATTR_SIZE_MAX 65536 20 #define XATTR_LIST_MAX 65536 21 #define RTSIG_MAX 32 22 #endif 23