Commit df7a4355 authored by Bruce Momjian's avatar Bruce Momjian

Mklinux patch from Tatsuo.

parent 2b4be937
...@@ -12,7 +12,10 @@ ...@@ -12,7 +12,10 @@
#if defined(PPC) #if defined(PPC)
typedef unsigned int slock_t; typedef unsigned int slock_t;
#elif defined(__alpha__)
typedef long int slock_t;
#else
typedef unsigned char slock_t;
#endif #endif
#if defined(PPC) #if defined(PPC)
...@@ -24,14 +27,6 @@ typedef unsigned int slock_t; ...@@ -24,14 +27,6 @@ typedef unsigned int slock_t;
#undef NEED_I386_TAS_ASM #undef NEED_I386_TAS_ASM
#endif #endif
#if defined(__alpha__) #if defined(__alpha__)
#undef NEED_I386_TAS_ASM #undef NEED_I386_TAS_ASM
#endif #endif
#if defined(__alpha__)
typedef long int slock_t;
#else
typedef unsigned char slock_t;
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment