RTEMS CPU Kit with SuperCore
4.11.3
|
Allows calling process to examine action of a Specific Signal. More...
#include <pthread.h>
#include <signal.h>
#include <errno.h>
#include <rtems/system.h>
#include <rtems/posix/pthreadimpl.h>
#include <rtems/posix/psignalimpl.h>
#include <rtems/seterr.h>
#include <rtems/score/isr.h>
Functions | |
void | PARAMETERS_PASSING_S (int num_signal, const struct sigaction inf) |
int | sigaction (int sig, const struct sigaction *__restrict act, struct sigaction *__restrict oact) |
Allows calling process to examine action of a Specific Signal.