index
:
sqmail
jannis
master
meson
sqmail-4.2
s/qmail MTA
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
trywaitp.c
blob: 0380358957cde81854fdd77cdc2589179281c15f (
plain
)
1
2
3
4
5
6
7
#include
<sys/types.h>
#include
<sys/wait.h>
int
main
()
{
waitpid
(
0
,
0
,
0
);
}