diff options
Diffstat (limited to 'src/include/storage/proc.h')
-rw-r--r-- | src/include/storage/proc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index 47ae31d2d01..952f50553ca 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: proc.h,v 1.19 1999/02/19 06:06:37 tgl Exp $ + * $Id: proc.h,v 1.20 1999/02/19 07:10:47 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -122,6 +122,5 @@ extern int ProcLockWakeup(PROC_QUEUE *queue, LOCKMETHOD lockmethod, LOCK *lock); extern void ProcAddLock(SHM_QUEUE *elem); extern void ProcReleaseSpins(PROC *proc); -extern void ProcFreeAllSemaphores(void); #endif /* PROC_H */ |