mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
Mklinux patch from Tatsuo.
This commit is contained in:
@ -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;
|
|||||||
#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
|
|
||||||
|
Reference in New Issue
Block a user