Revert "Roll NDK to r11c and extract it into its own repository."
[android_tools.git] / ndk / platforms / android-16 / arch-mips / usr / include / linux / limits.h
blob5565e30e9e3f9fb54ced1a3615193b6d17e48ecd
1 /****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 ****************************************************************************
11 ****************************************************************************/
12 #ifndef _LINUX_LIMITS_H
13 #define _LINUX_LIMITS_H
15 #define NR_OPEN 1024
17 #define NGROUPS_MAX 65536
18 #define ARG_MAX 131072
19 #define CHILD_MAX 999
20 #define OPEN_MAX 256
21 #define LINK_MAX 127
22 #define MAX_CANON 255
23 #define MAX_INPUT 255
24 #define NAME_MAX 255
25 #define PATH_MAX 4096
26 #define PIPE_BUF 4096
27 #define XATTR_NAME_MAX 255
28 #define XATTR_SIZE_MAX 65536
29 #define XATTR_LIST_MAX 65536
31 #define RTSIG_MAX 32
33 #endif