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

Commitcb9604f

Browse files
committed
Add support for NetBSD/sparc.
1 parenta4cffdc commitcb9604f

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.7 1997/09/25 01:48:58 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.8 1997/09/30 16:21:42 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -341,7 +341,7 @@ tas_dummy()
341341

342342
#endif/* defined(__alpha__) && defined(linux) */
343343

344-
#if defined(linux)&& defined(sparc)
344+
#if(defined(linux)|| defined(__NetBSD__))&& defined(sparc)
345345

346346
#defineS_LOCK(lock)do \
347347
{ \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp