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 7798b50 commit 00fc295Copy full SHA for 00fc295
src/include/storage/s_lock.h
@@ -63,7 +63,7 @@
63
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
64
* Portions Copyright (c) 1994, Regents of the University of California
65
*
66
- * $Id: s_lock.h,v 1.96 2001/12/11 02:58:49 tgl Exp $
+ * $Id: s_lock.h,v 1.97 2002/01/29 15:44:42 tgl Exp $
67
68
*-------------------------------------------------------------------------
69
*/
@@ -156,7 +156,7 @@ tas(volatile slock_t *lock)
156
157
#define TAS(lock) tas(lock)
158
159
-static inline int
+static __inline__ int
160
tas(volatile slock_t *lock)
161
{
162
int _res;
0 commit comments