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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user