1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00

Linux/alpha patch from Dan Maynard

This commit is contained in:
Bruce Momjian 1997-10-03 15:27:18 +00:00
parent 8b028b5c2d
commit 83cd375cd2

View File

@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * 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). * (see storage/ipc.h).
*/ */
#if defined(__alpha__) || defined(__alpha) #if (defined(__alpha__) || defined(__alpha)) && !defined(linux)
#define S_LOCK(lock) do \ #define S_LOCK(lock) do \
{ \ { \