8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58fb21 commit 98018c4Copy full SHA for 98018c4
src/include/storage/s_lock.h
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.19 1998/01/20 05:05:02 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.20 1998/01/25 05:23:59 scrappy Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -117,8 +117,7 @@
117
* Solaris 2
118
119
120
-#if (defined(__i386__) && defined(__sun__)) || \
121
- defined(sparc_solaris)
+#if ((defined(__i386__) || defined(__sparc__)) && defined(__sun__)
122
/* for xxxxx_solaris, this is defined in port/.../tas.s */
123
124
static int tas(slock_t *lock);
0 commit comments