Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 50436b7

Browse files
committed
Use proper symbol for hpux
1 parent 67c4b05 commit 50436b7

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/03 02:08:58 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.23 1998/02/03 12:42:52 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -162,7 +162,7 @@ static int tas(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 int tas(slock_t *lock);
184184

185185
#define S_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)