File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
66
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
67
67
* Portions Copyright (c) 1994, Regents of the University of California
68
68
*
69
- * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.150 2006/04/27 22:28:42 momjian Exp $
69
+ * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.151 2006/04/28 03:43:19 momjian Exp $
70
70
*
71
71
*-------------------------------------------------------------------------
72
72
*/
@@ -767,7 +767,7 @@ typedef unsigned char slock_t;
767
767
#define HAS_TEST_AND_SET
768
768
typedef unsigned char slock_t ;
769
769
770
- extern volatile slock_t pg_atomic_cas (volatile slock_t * lock , slock_t with ,
770
+ extern slock_t pg_atomic_cas (volatile slock_t * lock , slock_t with ,
771
771
slock_t cmp );
772
772
773
773
#define TAS (a ) (pg_atomic_cas((a), 1, 0) != 0)
You can’t perform that action at this time.
0 commit comments