summaryrefslogtreecommitdiff
path: root/src/include/port/darwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/darwin.h')
-rw-r--r--src/include/port/darwin.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/include/port/darwin.h b/src/include/port/darwin.h
deleted file mode 100644
index 0d35a8a2f49..00000000000
--- a/src/include/port/darwin.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#define __darwin__ 1
-
-#if defined(__ppc__)
-#define HAS_TEST_AND_SET
-#endif
-
-#if defined(__ppc__)
-typedef unsigned int slock_t;
-
-#else
-typedef unsigned char slock_t;
-
-#endif