diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/port/win.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/port/win.h b/src/include/port/win.h new file mode 100644 index 00000000000..7892f924248 --- /dev/null +++ b/src/include/port/win.h @@ -0,0 +1,7 @@ +#define JMP_BUF +#define HAS_TEST_AND_SET +typedef unsigned char slock_t; + +#ifndef O_DIROPEN +#define O_DIROPEN 0x100000 /* should be in sys/fcntl.h */ +#endif |
