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

Commitb125d4b

Browse files
committed
Fix Solaris/ASM test for x86.
1 parent5890790 commitb125d4b

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
@@ -66,7 +66,7 @@
6666
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
6767
* Portions Copyright (c) 1994, Regents of the University of California
6868
*
69-
* $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.155 2006/05/18 21:18:40 momjian Exp $
69+
* $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.156 2006/05/19 13:10:11 momjian Exp $
7070
*
7171
*-------------------------------------------------------------------------
7272
*/
@@ -771,7 +771,7 @@ typedef unsigned char slock_t;
771771
#if defined(__sun)&& (defined(__i386)|| defined(__x86_64__)|| defined(__sparc__)|| defined(__sparc))
772772
#defineHAS_TEST_AND_SET
773773

774-
#if defined(__sparcv9)|| defined(__sparcv8plus)
774+
#if defined(__i386)|| defined(__x86_64__)|| defined(__sparcv9)|| defined(__sparcv8plus)
775775
typedefunsignedintslock_t;
776776
#else
777777
typedefunsignedcharslock_t;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp