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 43b2842 commit 741d323Copy full SHA for 741d323
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.1 1996/08/19 13:47:13 scrappy Exp $
+ * $Id: ipc.h,v 1.4.2.2 1996/09/19 20:28:22 scrappy Exp $
10
11
* NOTES
12
* This file is very architecture-specific. This stuff should actually
@@ -123,6 +123,7 @@ extern int S_LOCK_FREE(slock_t *lock);
123
defined(PORTNAME_sparc_solaris) || \
124
defined(PORTNAME_ultrix4) || \
125
defined(PORTNAME_svr4) || \
126
+ defined(PORTNAME_bsdi) || \
127
defined(WIN32)
128
union semun {
129
int val;
0 commit comments