Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 83cd375

Browse files
committed
Linux/alpha patch from Dan Maynard
1 parent 8b028b5 commit 83cd375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/storage/s_lock.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.9 1997/10/02 18:32:58 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.10 1997/10/03 15:27:18 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -97,7 +97,7 @@
9797
* (see storage/ipc.h).
9898
*/
9999

100-
#if defined(__alpha__) || defined(__alpha)
100+
#if (defined(__alpha__) || defined(__alpha)) && !defined(linux)
101101

102102
#define S_LOCK(lock) do \
103103
{ \

0 commit comments

Comments
 (0)