fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Functions
wait.c File Reference

wait for forked processes More...

#include <sys/types.h>
#include <sys/wait.h>
#include "logmsg.h"
Include dependency graph for wait.c:

Go to the source code of this file.

Functions

int wait_nohang (int *wstat)
 
int wait_pid (int *wstat, int pid)
 

Detailed Description

wait for forked processes

Author
djb qmail

Definition in file wait.c.

Function Documentation

◆ wait_nohang()

int wait_nohang ( int *  wstat)

Definition at line 12 of file wait.c.

◆ wait_pid()

int wait_pid ( int *  wstat,
int  pid 
)

Definition at line 17 of file wait.c.