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

Commitd85a542

Browse files
committed
Port specific, compiler specfied for SGI/Irix5
From: Andrew Martin <martin@biochemistry.ucl.ac.uk>
1 parent1637684 commitd85a542

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/include/storage/s_lock.h

Lines changed: 3 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.23 1998/02/03 12:42:52 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.24 1998/02/05 03:31:01 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -63,7 +63,7 @@
6363

6464

6565

66-
#if defined(irix5)
66+
#if defined(__sgi)
6767
/*
6868
* SGI IRIX 5
6969
* slock_t is defined as a struct abilock_t, which has a single unsigned long
@@ -87,7 +87,7 @@
8787

8888
#defineS_LOCK_FREE(lock)(stat_lock(lock) == UNLOCKED)
8989

90-
#endif/*irix5 */
90+
#endif/*__sgi */
9191

9292

9393
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp