1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +03:00

Major screwed up s_lock patches...need to be fixed...

This commit is contained in:
Marc G. Fournier
1998-05-04 15:45:03 +00:00
parent f8b4a25fd7
commit 1d36bdcfa6
3 changed files with 324 additions and 59 deletions

View File

@@ -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