blob: 92bd2ef17be4b32358551f95c74af14f1e77903c [file]
header: sys/wait.h
standards:
- posix
macros:
- macro_name: WCOREDUMP
macro_header: sys-wait-macros.h
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