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 7cb4278 commit aa62f7fCopy full SHA for aa62f7f
src/include/storage/s_lock.h
@@ -63,7 +63,7 @@
63
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
64
* Portions Copyright (c) 1994, Regents of the University of California
65
*
66
- * $Id: s_lock.h,v 1.108 2003/06/24 23:19:11 momjian Exp $
+ * $Id: s_lock.h,v 1.109 2003/06/24 23:20:08 momjian Exp $
67
68
*-------------------------------------------------------------------------
69
*/
@@ -94,7 +94,7 @@
94
95
96
97
-#if defined(__i386__) || defined(__x86_64__)
+#if defined(__i386__) || defined(__x86_64__)
98
#define TAS(lock) tas(lock)
99
100
static __inline__ int
0 commit comments