mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Fixes for alphalinux port by abrams@philos.umass.edu
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
|
||||
# if defined(PPC)
|
||||
typedef unsigned int slock_t;
|
||||
# else
|
||||
typedef unsigned char slock_t;
|
||||
# endif
|
||||
|
||||
# if defined(PPC)
|
||||
@@ -24,3 +22,13 @@
|
||||
# if defined(sparc)
|
||||
# undef NEED_I386_TAS_ASM
|
||||
# endif
|
||||
|
||||
|
||||
# if defined(__alpha__)
|
||||
# undef NEED_I386_TAS_ASM
|
||||
# endif
|
||||
# if defined(__alpha__)
|
||||
typedef long int slock_t;
|
||||
# else
|
||||
typedef unsigned char slock_t;
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user