mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Fix thinko in 0709b7ee72
.
Buildfarm member castoroides is unhappy with this, for entirely understandable reasons.
This commit is contained in:
@ -932,7 +932,7 @@ extern int tas_sema(volatile slock_t *lock);
|
|||||||
* which the PostgreSQL project does not have access.
|
* which the PostgreSQL project does not have access.
|
||||||
*/
|
*/
|
||||||
#define USE_DEFAULT_S_UNLOCK
|
#define USE_DEFAULT_S_UNLOCK
|
||||||
extern void s_unlock(volatile s_lock *lock);
|
extern void s_unlock(volatile slock_t *lock);
|
||||||
#define S_UNLOCK(lock) s_unlock(lock)
|
#define S_UNLOCK(lock) s_unlock(lock)
|
||||||
#endif /* S_UNLOCK */
|
#endif /* S_UNLOCK */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user