Buildfarm member castoroides is unhappy with this, for entirely
understandable reasons.
This commit is contained in:
Robert Haas 2014-09-10 14:40:21 -04:00
parent 45f6240a8f
commit 5b26278822
1 changed files with 1 additions and 1 deletions

View File

@ -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 */