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 4b74ca2 commit d663f1cCopy full SHA for d663f1c
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.8 1997/09/30 16:21:42 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.9 1997/10/02 18:32:58 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -351,7 +351,7 @@ tas_dummy()
351
__asm__("ldstub [%1], %0" \
352
: "=&r"(_res) \
353
: "r"(lock)); \
354
- } while (!_res != 0); \
+ } while (_res != 0); \
355
} while (0)
356
357
#define S_UNLOCK(lock) (*(lock) = 0)
0 commit comments