summaryrefslogtreecommitdiff
path: root/src/include/port/bsdi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/bsdi.h')
-rw-r--r--src/include/port/bsdi.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/port/bsdi.h b/src/include/port/bsdi.h
deleted file mode 100644
index f4865361132..00000000000
--- a/src/include/port/bsdi.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#if defined(__i386__)
-#define NEED_I386_TAS_ASM
-#endif
-#if defined(__sparc__)
-#define NEED_SPARC_TAS_ASM
-#endif
-
-#define HAS_TEST_AND_SET
-
-typedef unsigned char slock_t;