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

Commit50436b7

Browse files
committed
Use proper symbol for hpux
1 parent67c4b05 commit50436b7

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.22 1998/02/0302:08:58 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.23 1998/02/0312:42:52 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -162,7 +162,7 @@ static inttas(slock_t *lock);
162162
* (see storage/ipc.h).
163163
*/
164164

165-
#if defined(hpux)
165+
#if defined(__hpux)
166166

167167
/*
168168
* a "set" slock_t has a single word cleared. a "clear" slock_t has
@@ -184,7 +184,7 @@ static inttas(slock_t *lock);
184184

185185
#defineS_LOCK_FREE(lock)( *(int *) (((long) (lock) + 15) & ~15) != 0)
186186

187-
#endif/*hpux */
187+
#endif/*__hpux */
188188

189189
/*
190190
* sun3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp