mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Still another typo fix for 0709b7ee72
.
Buildfarm member anole caught this one.
This commit is contained in:
parent
7690ddea0c
commit
9019264f2e
@ -796,7 +796,7 @@ typedef unsigned int slock_t;
|
||||
/* On IA64, it's a win to use a non-locking test before the xchg proper */
|
||||
#define TAS_SPIN(lock) (*(lock) ? 1 : TAS(lock))
|
||||
#define S_UNLOCK(lock) \
|
||||
do { _Asm_sched_fence(); (*(lock)) = 0); } while (0)
|
||||
do { _Asm_sched_fence(); (*(lock)) = 0; } while (0)
|
||||
|
||||
#endif /* HPUX on IA64, non gcc */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user