Sign in
apache
/
infrastructure-ezmlm-idx
/
refs/heads/avoid-duplicate-headers
/
.
/
trywaitp.c
blob: c660ba5135cc882da4c7aa2af98af49904bb78ce [
file
]
/* Public domain, from daemontools-0.76. */
#include
<sys/types.h>
#include
<sys/wait.h>
main
()
{
waitpid
(
0
,
0
,
0
);
}