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

Commit98018c4

Browse files
committed
From: Keith Parks <emkxp01@mtcc.demon.co.uk>
Small patch for sparc solaris/tas()
1 parentc58fb21 commit98018c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎src/include/storage/s_lock.h

Lines changed: 2 additions & 3 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.19 1998/01/20 05:05:02 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.20 1998/01/25 05:23:59 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -117,8 +117,7 @@
117117
* Solaris 2
118118
*/
119119

120-
#if (defined(__i386__)&& defined(__sun__))|| \
121-
defined(sparc_solaris)
120+
#if ((defined(__i386__)|| defined(__sparc__))&& defined(__sun__)
122121
/* for xxxxx_solaris, this is defined in port/.../tas.s */
123122

124123
staticinttas(slock_t*lock);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp