We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169a5b7 commit e5eb859Copy full SHA for e5eb859
src/backend/storage/ipc/s_lock.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/s_lock.c,v 1.1.1.1 1996/07/09 06:21:54 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/s_lock.c,v 1.2 1996/07/16 06:53:41 scrappy Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -381,7 +381,7 @@ S_INIT_LOCK(unsigned char *addr)
381
* Linux and friends
382
383
384
-#if defined(PORTNAME_linux) || defined(PORTNAME_BSD44_derived)
+#if defined(PORTNAME_linux) || defined(PORTNAME_BSD44_derived) || defined(PORTNAME_bsdi)
385
386
int
387
tas(slock_t *m)
0 commit comments