8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1530e33 commit de635e1Copy full SHA for de635e1
src/backend/storage/ipc.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: ipc.h,v 1.4.2.2 1996/09/19 20:28:22 scrappy Exp $
+ * $Id: ipc.h,v 1.4.2.3 1996/10/02 20:43:25 scrappy Exp $
10
11
* NOTES
12
* This file is very architecture-specific. This stuff should actually
@@ -118,6 +118,7 @@ extern int S_LOCK_FREE(slock_t *lock);
118
#if defined(sequent) || \
119
defined(PORTNAME_aix) || \
120
defined(PORTNAME_alpha) || \
121
+ defined(PORTNAME_dgux) || \
122
defined(PORTNAME_hpux) || \
123
defined(PORTNAME_i386_solaris) || \
124
defined(PORTNAME_sparc_solaris) || \
0 commit comments