diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-09-18 14:21:02 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-09-18 14:21:02 +0000 |
| commit | 8cb415449202d7804c6a557352a91d0401ab1c19 (patch) | |
| tree | 44acc47d6a50fa83667fdb4e9ad4e1bb81d61a0a /src/include/storage/ipc.h | |
| parent | bbe2c10c140803881125c516bcc172363eb698d8 (diff) | |
| download | postgresql-8cb415449202d7804c6a557352a91d0401ab1c19.tar.gz | |
Inline frequently called functions.
Diffstat (limited to 'src/include/storage/ipc.h')
| -rw-r--r-- | src/include/storage/ipc.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/include/storage/ipc.h b/src/include/storage/ipc.h index b62387b668..1e95f66927 100644 --- a/src/include/storage/ipc.h +++ b/src/include/storage/ipc.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: ipc.h,v 1.20 1997/09/08 21:54:21 momjian Exp $ + * $Id: ipc.h,v 1.21 1997/09/18 14:20:54 momjian Exp $ * * NOTES * This file is very architecture-specific. This stuff should actually @@ -28,10 +28,6 @@ #if defined(HAS_TEST_AND_SET) -extern void S_LOCK(slock_t *lock); -extern void S_UNLOCK(slock_t *lock); -extern void S_INIT_LOCK(slock_t *lock); - #if (defined(alpha) && !defined(linuxalpha)) || \ defined(hpux) || \ defined(irix5) || \ @@ -150,10 +146,6 @@ typedef struct slock struct slock *next; } SLock; -extern void ExclusiveLock(int lockid); -extern void ExclusiveUnlock(int lockid); -extern bool LockIsFree(int lockid); - #else /* HAS_TEST_AND_SET */ typedef enum _LockId_ |
