#include <sys/signal.h>Go to the source code of this file.
Data Structures | |
| struct | close_args |
| struct | fcntl_args |
| struct | fstat_args |
| struct | getdtablesize_args |
| struct | getgid_args |
| struct | getpid_args |
| struct | gettimeofday_args |
| struct | getuid_args |
| struct | ioctl_args |
| struct | issetugid_args |
| struct | mmap_args |
| struct | munmap_args |
| struct | obreak_args |
| struct | pipe_args |
| struct | readlink_args |
| struct | sigaction_args |
| struct | sigprocmask_args |
| struct | sysctl_args |
| struct | write_args |
Defines | |
| #define | PAD_(t) |
| #define | PADL_(t) 0 |
| #define | PADR_(t) PAD_(t) |
Typedefs | |
| typedef int | register_t |
| #define PAD_ | ( | t | ) |
Value:
(sizeof(register_t) <= sizeof(t) ? \ 0 : sizeof(register_t) - sizeof(t))
Definition at line 37 of file sysproto.h.
| #define PADL_ | ( | t | ) | 0 |
Definition at line 41 of file sysproto.h.
| #define PADR_ | ( | t | ) | PAD_(t) |
Definition at line 42 of file sysproto.h.
| typedef int register_t |
Definition at line 35 of file sysproto.h.
1.4.7