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 1637684 commit d85a542Copy full SHA for d85a542
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.23 1998/02/03 12:42:52 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.24 1998/02/05 03:31:01 scrappy Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -63,7 +63,7 @@
63
64
65
66
-#if defined(irix5)
+#if defined(__sgi)
67
/*
68
* SGI IRIX 5
69
* slock_t is defined as a struct abilock_t, which has a single unsigned long
@@ -87,7 +87,7 @@
87
88
#define S_LOCK_FREE(lock) (stat_lock(lock) == UNLOCKED)
89
90
-#endif /* irix5 */
+#endif /* __sgi */
91
92
93
0 commit comments