OAR

RTEMS 4.0.0 On-Line Library


sigwait

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

2.4.14: sigwait

CALLING SEQUENCE:

#include <signal.h>

int sigwait(
  const sigset_t  *set,
  int             *sig
);

STATUS CODES:

EINVAL
Invalid argument passed.
EINTR
Signal interrupted this function.

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation