diff options
Diffstat (limited to 'src/include/port/linux.h')
-rw-r--r-- | src/include/port/linux.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/include/port/linux.h b/src/include/port/linux.h index 437ee723122..e18e6fbaa8d 100644 --- a/src/include/port/linux.h +++ b/src/include/port/linux.h @@ -12,7 +12,7 @@ #if defined(PPC) typedef unsigned int slock_t; -#elif defined(__alpha) +#elif defined(__alpha__) typedef long int slock_t; #else /* i386 probably */ @@ -33,14 +33,6 @@ typedef unsigned char slock_t; #endif #if defined(PPC) -#undef NEED_I386_TAS_ASM #undef HAVE_INT_TIMEZONE #endif -#if defined(sparc) -#undef NEED_I386_TAS_ASM -#endif - -#if defined(__alpha) -#undef NEED_I386_TAS_ASM -#endif |