diff options
| author | Bruce Momjian | 1999-01-18 12:43:55 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-01-18 12:43:55 +0000 |
| commit | 909c51973363acebf7a33a46a77663cdb64e25a4 (patch) | |
| tree | d795a18db00cbe0ad500b53ab1ee834a0a8b2469 /src/include | |
| parent | d3423daaeee02b036af8c625f124c7b431eaa7f2 (diff) | |
Add missing Windows files.
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 |
