Thanks to visit codestin.com Credit goes to github.com
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 dd22565 commit f45b727Copy full SHA for f45b727
src/backend/storage/buffer/s_lock.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.37 2001/08/28 15:04:27 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.38 2001/08/29 11:54:12 petere Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -228,7 +228,7 @@ success: \n\
228
229
#endif /* __powerpc__ */
230
231
-#if defined(__mips__) || !defined(__sgi)
+#if defined(__mips__) && !defined(__sgi)
232
static void
233
tas_dummy()
234
{
0 commit comments