aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-02-03 12:42:52 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-02-03 12:42:52 +0000
commit50436b7214e20d48d503f98db88200a67b74b160 (patch)
treeaad2b9397338bbb65d5256d8b388d165f4d3daf5
parent67c4b05f416953a1b3e257f9f263f8a358d5ea3e (diff)
downloadpostgresql-50436b7214e20d48d503f98db88200a67b74b160.tar.gz
postgresql-50436b7214e20d48d503f98db88200a67b74b160.zip
Use proper symbol for hpux
-rw-r--r--src/include/storage/s_lock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h
index d923c88563b..b0c47c56549 100644
--- a/src/include/storage/s_lock.h
+++ b/src/include/storage/s_lock.h
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.22 1998/02/03 02:08:58 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.23 1998/02/03 12:42:52 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -162,7 +162,7 @@ static int tas(slock_t *lock);
* (see storage/ipc.h).
*/
-#if defined(hpux)
+#if defined(__hpux)
/*
* a "set" slock_t has a single word cleared. a "clear" slock_t has
@@ -184,7 +184,7 @@ static int tas(slock_t *lock);
#define S_LOCK_FREE(lock) ( *(int *) (((long) (lock) + 15) & ~15) != 0)
-#endif /* hpux */
+#endif /* __hpux */
/*
* sun3