Commit 68e66923 authored by Robert Haas's avatar Robert Haas

Add missing volatile qualifier.

Yet another silly mistake in 0709b7ee,
again found by buildfarm member castoroides.
parent 01a2bfd1
......@@ -156,7 +156,7 @@ s_lock(volatile slock_t *lock, const char *file, int line)
#ifdef USE_DEFAULT_S_UNLOCK
void
s_unlock(slock_t *lock)
s_unlock(volatile slock_t *lock)
{
#ifdef TAS_ACTIVE_WORD
/* HP's PA-RISC */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment