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

Commite3b06a8

Browse files
committed
s_lock aix patch.
1 parente6556e7 commite3b06a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/storage/s_lock.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.54 1998/10/27 17:47:51 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.55 1998/10/28 15:58:34 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -175,7 +175,7 @@ static __inline__ int
175175
tas(volatileslock_t*lock)
176176
{
177177
register_res;
178-
__asm__("sbitb 0, %0 \
178+
__asm__("sbitb 0, %0 \n\
179179
sfsd %1"
180180
:"=m"(*lock),"=r"(_res));
181181
return (int)_res;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp