[RISCV] Simplify MIPS CCMov patterns. NFC (#125318)
[llvm-project.git] / libc / include / sys / resource.yaml
blobe7645a3b4f0b3ed9e2f59531279b4e13c7723e03
1 header: sys/resource.h
2 header_template: resource.h.def
3 macros: []
4 types:
5   - type_name: struct_rlimit
6   - type_name: rlim_t
7 enums: []
8 objects: []
9 functions:
10   - name: getrlimit
11     standards:
12       - POSIX
13     return_type: int
14     arguments:
15       - type: int
16       - type: struct rlimit *
17   - name: setrlimit
18     standards:
19       - POSIX
20     return_type: int
21     arguments:
22       - type: int
23       - type: const struct rlimit *