aboutsummaryrefslogtreecommitdiff
path: root/src/port/i386_solaris.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/i386_solaris.h')
-rw-r--r--src/port/i386_solaris.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/port/i386_solaris.h b/src/port/i386_solaris.h
new file mode 100644
index 00000000000..aa78ba5f6c1
--- /dev/null
+++ b/src/port/i386_solaris.h
@@ -0,0 +1,6 @@
+# define USE_POSIX_TIME
+# define USE_POSIX_SIGNALS
+# define NO_EMPTY_STMTS
+# define SYSV_DIRENT
+# define HAS_TEST_AND_SET
+ typedef unsigned char slock_t;