Skip to content
Snippets Groups Projects
Commit 50436b72 authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

Use proper symbol for hpux

parent 67c4b05f
Branches
Tags
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * 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); ...@@ -162,7 +162,7 @@ static int tas(slock_t *lock);
* (see storage/ipc.h). * (see storage/ipc.h).
*/ */
#if defined(hpux) #if defined(__hpux)
/* /*
* a "set" slock_t has a single word cleared. a "clear" slock_t has * 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,7 +184,7 @@ static int tas(slock_t *lock);
#define S_LOCK_FREE(lock) ( *(int *) (((long) (lock) + 15) & ~15) != 0) #define S_LOCK_FREE(lock) ( *(int *) (((long) (lock) + 15) & ~15) != 0)
#endif /* hpux */ #endif /* __hpux */
/* /*
* sun3 * sun3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment