#include <abi-bits/signal.h>
#include <mos/mos_global.h>
Go to the source code of this file.
|
| MOS_STATIC_ASSERT (sizeof(sigaction_t)==24, "update sigaction_t struct size") |
|
| MOS_STATIC_ASSERT (offsetof(struct sigaction, __sa_handler)==offsetof(sigaction_t, handler), "update sigaction_t struct layout") |
|
| MOS_STATIC_ASSERT (offsetof(struct sigaction, sa_flags)==offsetof(sigaction_t, sa_flags), "update sigaction_t struct layout") |
|
| MOS_STATIC_ASSERT (offsetof(struct sigaction, sa_restorer)==offsetof(sigaction_t, sa_restorer), "update sigaction_t struct layout") |
|
◆ SIGNAL_MAX_N
#define SIGNAL_MAX_N NSIG |
◆ signal_t
◆ MOS_STATIC_ASSERT() [1/4]
◆ MOS_STATIC_ASSERT() [2/4]
◆ MOS_STATIC_ASSERT() [3/4]
◆ MOS_STATIC_ASSERT() [4/4]