35 lines · yaml
1header: sys/wait.h2header_template: wait.h.def3macros: []4types:5 - type_name: siginfo_t6 - type_name: struct_rusage7 - type_name: pid_t8enums: []9objects: []10functions:11 - name: wait12 standards:13 - POSIX14 return_type: pid_t15 arguments:16 - type: int *17 - name: wait418 standards:19 - BSDExtensions20 - POSIX21 return_type: pid_t22 arguments:23 - type: pid_t24 - type: int *25 - type: int26 - type: struct rusage *27 - name: waitpid28 standards:29 - POSIX30 return_type: pid_t31 arguments:32 - type: pid_t33 - type: int *34 - type: int35