aboutsummaryrefslogtreecommitdiff
path: root/libc/include/sys/wait.yaml
blob: 6257e34b9e08ebc34189e757c7318fba578c53db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
header: sys/wait.h
header_template: wait.h.def
macros: []
types:
  - type_name: siginfo_t
  - type_name: struct_rusage
  - type_name: pid_t
enums: []
objects: []
functions:
  - name: wait
    standards:
      - POSIX
    return_type: pid_t
    arguments:
      - type: int *
  - name: wait4
    standards:
      - BSDExtensions
      - POSIX
    return_type: pid_t
    arguments:
      - type: pid_t
      - type: int *
      - type: int
      - type: struct rusage *
  - name: waitpid
    standards:
      - POSIX
    return_type: pid_t
    arguments:
      - type: pid_t
      - type: int *
      - type: int