Change owner of Hexagon backend
[llvm-project.git] / libc / include / llvm-libc-macros / linux / sys-resource-macros.h
blobdd265530ada26c9cc1e7f9a581e2da4e44e9622b
1 //===-- Macros defined in sys/resource.h header file ----------------------===//
2 //
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
6 //
7 //===----------------------------------------------------------------------===//
9 #define RLIMIT_CPU 0
10 #define RLIMIT_FSIZE 1
11 #define RLIMIT_DATA 2
12 #define RLIMIT_STACK 3
13 #define RLIMIT_CORE 4
14 #define RLIMIT_RSS 5
15 #define RLIMIT_NPROC 6
16 #define RLIMIT_NOFILE 7
17 #define RLIMIT_MEMLOCK 8
18 #define RLIMIT_AS 9
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)