Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9019264

Browse files
committed
Still another typo fix for0709b7e.
Buildfarm member anole caught this one.
1 parent7690dde commit9019264

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
#defineTAS_SPIN(lock)(*(lock) ? 1 : TAS(lock))
798798
#defineS_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)

[8]ページ先頭

©2009-2025 Movatter.jp