#include <signal.h> int sigwaitinfo( const sigset_t *set, siginfo_t *info );
This function selects a pending signal based on the set specified in
set
, atomically clears it from the set of pending signals, and
returns information about that signal in info
.
NONE
Copyright © 1988-2007OAR Corporation