Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b26278

Browse files
committed
Fix thinko in 0709b7e.
Buildfarm member castoroides is unhappy with this, for entirely understandable reasons.
1 parent 45f6240 commit 5b26278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/storage/s_lock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ extern int tas_sema(volatile slock_t *lock);
932932
* which the PostgreSQL project does not have access.
933933
*/
934934
#define USE_DEFAULT_S_UNLOCK
935-
extern void s_unlock(volatile s_lock *lock);
935+
extern void s_unlock(volatile slock_t *lock);
936936
#define S_UNLOCK(lock) s_unlock(lock)
937937
#endif /* S_UNLOCK */
938938

0 commit comments

Comments
 (0)