diff options
Diffstat (limited to 'executor/common.h')
| -rw-r--r-- | executor/common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/executor/common.h b/executor/common.h index 9cc300fb8..c1fcbae88 100644 --- a/executor/common.h +++ b/executor/common.h @@ -42,6 +42,12 @@ typedef unsigned int uint32; typedef unsigned short uint16; typedef unsigned char uint8; +#ifdef SYZ_EXECUTOR +// Note: zircon max fd is 256. +const int kInPipeFd = 250; // remapped from stdin +const int kOutPipeFd = 251; // remapped from stdout +#endif + #if defined(__GNUC__) #define SYSCALLAPI #define NORETURN __attribute__((noreturn)) |
