File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.42 1998/07/19 09:44:36 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.43 1998/07/20 17:45:49 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -221,6 +221,7 @@ tas(slock_t *s_lock)
221
221
res = ((res >> 5) & 1); \
222
222
} \
223
223
}
224
+
224
225
#endif /* NEED_NS32K_TAS_ASM */
225
226
226
227
@@ -323,11 +324,6 @@ int tas(volatile slock_t *lock); /* port/.../tas.s, or s_lock.c */
323
324
#define TAS (lock ) tas((volatile slock_t *) lock)
324
325
#endif /* TAS */
325
326
326
- #define S_UNLOCK (lock ) (*(lock) = 0)
327
-
328
- #define S_INIT_LOCK (lock ) S_UNLOCK(lock)
329
-
330
-
331
327
#endif /* HAS_TEST_AND_SET */
332
328
#endif /* S_LOCK_H */
333
329
You can’t perform that action at this time.
0 commit comments