Skip to content
Snippets Groups Projects
Commit df7a4355 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Mklinux patch from Tatsuo.

parent 2b4be937
No related branches found
No related tags found
No related merge requests found
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment