This website requires JavaScript.
Explore
Help
Sign In
Aren
/
toaruos
Watch
1
Star
0
Fork
0
You've already forked toaruos
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4cde60c50e
toaruos
/
base
/
usr
/
include
/
wait.h
5 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
waitpid should be able to ignore kernel processes
2018-08-12 10:36:44 +03:00
#
pragma once
init
2018-02-25 08:13:54 +03:00
int
waitpid
(
int
pid
,
int
*
status
,
int
options
)
;
int
wait
(
int
*
status
)
;
Reference in New Issue
Copy Permalink