1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Change next to nextstep where missed.

This commit is contained in:
Bruce Momjian
1997-01-26 20:15:26 +00:00
parent 427a964c30
commit 1836ce2c81
3 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: ipc.h,v 1.12 1997/01/13 03:54:48 bryanh Exp $
* $Id: ipc.h,v 1.13 1997/01/26 20:15:26 momjian Exp $
*
* NOTES
* This file is very architecture-specific. This stuff should actually
@@ -35,7 +35,7 @@ extern void S_INIT_LOCK(slock_t *lock);
#if defined(alpha) || \
defined(hpux) || \
defined(irix5) || \
defined(next)
defined(nextstep)
extern int S_LOCK_FREE(slock_t *lock);
#else
#define S_LOCK_FREE(lock) ((*lock) == 0)