axf-os161
/
kern
/
include
/
proc_syscalls.h
proc_syscalls.h
Raw
#
pragma once
int
wait_pid
(
pid_t
pid
,
int
*
status
,
int
options
)
;