File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* 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 $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -162,7 +162,7 @@ static int tas(slock_t *lock);
162
162
* (see storage/ipc.h).
163
163
*/
164
164
165
- #if defined(hpux )
165
+ #if defined(__hpux )
166
166
167
167
/*
168
168
* a "set" slock_t has a single word cleared. a "clear" slock_t has
@@ -184,7 +184,7 @@ static int tas(slock_t *lock);
184
184
185
185
#define S_LOCK_FREE (lock ) ( *(int *) (((long) (lock) + 15) & ~15) != 0)
186
186
187
- #endif /* hpux */
187
+ #endif /* __hpux */
188
188
189
189
/*
190
190
* sun3
You can’t perform that action at this time.
0 commit comments