blob: e2d5103c3f12355bb51268e843666a182af2754f [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 */
Christopher Ferris24f97eb2019-05-20 12:58:13 -07007#ifndef _UAPI_LINUX_LIMITS_H
8#define _UAPI_LINUX_LIMITS_H
Ben Cheng655a7c02013-10-16 16:09:24 -07009#define NR_OPEN 1024
10#define NGROUPS_MAX 65536
Elliott Hughesbaed51e2017-11-15 15:14:35 -080011#define ARG_MAX 131072
Ben Cheng655a7c02013-10-16 16:09:24 -070012#define LINK_MAX 127
13#define MAX_CANON 255
14#define MAX_INPUT 255
Ben Cheng655a7c02013-10-16 16:09:24 -070015#define NAME_MAX 255
16#define PATH_MAX 4096
17#define PIPE_BUF 4096
18#define XATTR_NAME_MAX 255
Ben Cheng655a7c02013-10-16 16:09:24 -070019#define XATTR_SIZE_MAX 65536
20#define XATTR_LIST_MAX 65536
21#define RTSIG_MAX 32
Nick Kralevicha67e4de2013-01-14 11:28:26 -080022#endif