OAR

RTEMS 4.5.1-pre3 On-Line Library


Signal Manager sigaddset - Add a Signal to a Signal Set

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

2.4.1: sigaddset - Add a Signal to a Signal Set

CALLING SEQUENCE:

#include <signal.h>

int sigaddset(
  sigset_t *set,
  int       signo
);

STATUS CODES:

EINVAL
Invalid argument passed.

DESCRIPTION:

This function adds the signo to the specified signal set.

NOTES:

NONE


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2000 OAR Corporation