Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e3b06a8

Browse files
committed
s_lock aix patch.
1 parent e6556e7 commit e3b06a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/storage/s_lock.h

+2-2
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(volatile slock_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)