RTEMS 4.0.0 On-Line Library
sigaction
RTEMS POSIX API User's Guide
2.4.6: sigaction
CALLING SEQUENCE:
-
#include <signal.h>
int sigaction(
int sig,
const struct sigaction *act,
struct sigaction *oact
);
STATUS CODES:
- EINVAL
-
Invalid argument passed.
- ENOTSUP
-
Realtime Signals Extension option not supported.
DESCRIPTION:
NOTES:
The signal number cannot be SIGKILL.
RTEMS POSIX API User's Guide
Copyright © 1988-1998 OAR Corporation