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 a4cffdc commit cb9604fCopy full SHA for cb9604f
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.7 1997/09/25 01:48:58 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.8 1997/09/30 16:21:42 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -341,7 +341,7 @@ tas_dummy()
341
342
#endif /* defined(__alpha__) && defined(linux) */
343
344
-#if defined(linux) && defined(sparc)
+#if (defined(linux) || defined(__NetBSD__)) && defined(sparc)
345
346
#define S_LOCK(lock) do \
347
{ \
0 commit comments