1 //===-- Macros defined in sys/resource.h header file ----------------------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 #define RLIMIT_FSIZE 1
12 #define RLIMIT_STACK 3
15 #define RLIMIT_NPROC 6
16 #define RLIMIT_NOFILE 7
17 #define RLIMIT_MEMLOCK 8
19 #define RLIMIT_LOCKS 10
20 #define RLIMIT_SIGPENDING 11
21 #define RLIMIT_MSGQUEUE 12
22 #define RLIMIT_NICE 13
23 #define RLIMIT_RTPRIO 14
24 #define RLIMIT_RTTIME 15
26 #define RLIM_INFINITY (~0UL)