RTEMS CPU Kit with SuperCore  4.11.3
Functions
sigaction.c File Reference

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>
Include dependency graph for sigaction.c:

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)
 

Detailed Description

Allows calling process to examine action of a Specific Signal.