Collecting a few shared bits and pieces from SEAL headers. More...
Go to the source code of this file.
Defines | |
#define | IOFD_INVALID -1 |
#define | PATH 0 |
#define | STDC |
#define | ELF_ABI 32 |
#define | ElfW(type) ElfW1(Elf,ELF_ABI,type) |
#define | ElfW1(e, w, t) ElfW2(Elf,w,_##t) |
#define | ElfW2(e, w, t) e ## w ## t |
Typedefs | |
typedef int | IOFD |
Collecting a few shared bits and pieces from SEAL headers.
#define IOFD_INVALID -1 |
Invalid channel descriptor constant.
typedef int IOFD |
Type the system uses for channel descriptors.