mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Fix typo in 07c8651dd9
causing WIN32_ONLY_COMPILER builds to fail.
This commit is contained in:
parent
1b4cc493d2
commit
b4c28d1b92
@ -863,7 +863,7 @@ spin_delay(void)
|
|||||||
#pragma intrinsic(_ReadWriteBarrier)
|
#pragma intrinsic(_ReadWriteBarrier)
|
||||||
|
|
||||||
#define S_UNLOCK(lock) \
|
#define S_UNLOCK(lock) \
|
||||||
do { _ReadWriteBarrier(); (*(lock)) = 0); } while (0)
|
do { _ReadWriteBarrier(); (*(lock)) = 0; } while (0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user