|
VSF Documented
|
#include "shell/sys/linux/vsf_linux_cfg.h"#include "../sys/types.h"#include "../signal.h"#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | signalfd_siginfo |
| struct | vsf_linux_sys_signalfd_vplt_t |
Macros | |
| #define | signalfd VSF_LINUX_WRAPPER(signalfd) |
Typedefs | |
| typedef struct vsf_linux_sys_signalfd_vplt_t | vsf_linux_sys_signalfd_vplt_t |
Functions | |
| int | signalfd (int fd, const sigset_t *mask, int flags) |
Variables | |
| __VSF_VPLT_DECORATOR__ vsf_linux_sys_signalfd_vplt_t | vsf_linux_sys_signalfd_vplt |
| #define signalfd VSF_LINUX_WRAPPER(signalfd) |
| typedef struct vsf_linux_sys_signalfd_vplt_t vsf_linux_sys_signalfd_vplt_t |
| int signalfd | ( | int | fd, |
| const sigset_t * | mask, | ||
| int | flags | ||
| ) |
|
extern |