Skip to content

Commit 9019264

Browse files
committed
Still another typo fix for 0709b7e.
Buildfarm member anole caught this one.
1 parent 7690dde commit 9019264

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
@@ -796,7 +796,7 @@ typedef unsigned int slock_t;
796796
/* On IA64, it's a win to use a non-locking test before the xchg proper */
797797
#define TAS_SPIN(lock) (*(lock) ? 1 : TAS(lock))
798798
#define S_UNLOCK(lock) \
799-
do { _Asm_sched_fence(); (*(lock)) = 0); } while (0)
799+
do { _Asm_sched_fence(); (*(lock)) = 0; } while (0)
800800

801801
#endif /* HPUX on IA64, non gcc */
802802

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy