mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Linux/alpha patch from Dan Maynard
This commit is contained in:
parent
8b028b5c2d
commit
83cd375cd2
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.9 1997/10/02 18:32:58 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.10 1997/10/03 15:27:18 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -97,7 +97,7 @@
|
||||
* (see storage/ipc.h).
|
||||
*/
|
||||
|
||||
#if defined(__alpha__) || defined(__alpha)
|
||||
#if (defined(__alpha__) || defined(__alpha)) && !defined(linux)
|
||||
|
||||
#define S_LOCK(lock) do \
|
||||
{ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user