mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Fix thinko in 0709b7ee72
.
Buildfarm member castoroides is unhappy with this, for entirely understandable reasons.
This commit is contained in:
parent
45f6240a8f
commit
5b26278822
@ -932,7 +932,7 @@ extern int tas_sema(volatile slock_t *lock);
|
||||
* which the PostgreSQL project does not have access.
|
||||
*/
|
||||
#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)
|
||||
#endif /* S_UNLOCK */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user