Skip to content

Commit 98018c4

Browse files
committed
From: Keith Parks <emkxp01@mtcc.demon.co.uk>
Small patch for sparc solaris/tas()
1 parent c58fb21 commit 98018c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/include/storage/s_lock.h

Lines changed: 2 additions & 3 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.19 1998/01/20 05:05:02 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.20 1998/01/25 05:23:59 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -117,8 +117,7 @@
117117
* Solaris 2
118118
*/
119119

120-
#if (defined(__i386__) && defined(__sun__)) || \
121-
defined(sparc_solaris)
120+
#if ((defined(__i386__) || defined(__sparc__)) && defined(__sun__)
122121
/* for xxxxx_solaris, this is defined in port/.../tas.s */
123122

124123
static int tas(slock_t *lock);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy