diff options
Diffstat (limited to 'src/include/port/darwin.h')
-rw-r--r-- | src/include/port/darwin.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/port/darwin.h b/src/include/port/darwin.h index 0d35a8a2f49..06c559d2ba8 100644 --- a/src/include/port/darwin.h +++ b/src/include/port/darwin.h @@ -1,13 +1 @@ #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 |