[RISCV] Simplify MIPS CCMov patterns. NFC (#125318)
[llvm-project.git] / libc / include / sys / wait.yaml
blob6257e34b9e08ebc34189e757c7318fba578c53db
1 header: sys/wait.h
2 header_template: wait.h.def
3 macros: []
4 types:
5   - type_name: siginfo_t
6   - type_name: struct_rusage
7   - type_name: pid_t
8 enums: []
9 objects: []
10 functions:
11   - name: wait
12     standards:
13       - POSIX
14     return_type: pid_t
15     arguments:
16       - type: int *
17   - name: wait4
18     standards:
19       - BSDExtensions
20       - POSIX
21     return_type: pid_t
22     arguments:
23       - type: pid_t
24       - type: int *
25       - type: int
26       - type: struct rusage *
27   - name: waitpid
28     standards:
29       - POSIX
30     return_type: pid_t
31     arguments:
32       - type: pid_t
33       - type: int *
34       - type: int