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 962987a commit 9821455Copy full SHA for 9821455
src/include/storage/s_lock.h
@@ -63,7 +63,7 @@
63
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
64
* Portions Copyright (c) 1994, Regents of the University of California
65
*
66
- * $Id: s_lock.h,v 1.114 2003/09/29 04:20:22 momjian Exp $
+ * $Id: s_lock.h,v 1.115 2003/10/10 03:58:57 momjian Exp $
67
68
*-------------------------------------------------------------------------
69
*/
@@ -134,7 +134,7 @@ tas(volatile slock_t *lock)
134
#endif /* __ia64__ || __ia64 */
135
136
137
-#if defined(__arm__) || defined(__arm__)
+#if defined(__arm__) || defined(__arm)
138
#define TAS(lock) tas(lock)
139
140
static __inline__ int
0 commit comments