git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a7d400a)
Fix missing 'static' keywords --- some compilers gripe about this.
Fri, 4 Aug 2006 16:42:56 +0000 (16:42 +0000)
Fri, 4 Aug 2006 16:42:56 +0000 (16:42 +0000)

diff --git a/src/backend/storage/lmgr/lwlock.c b/src/backend/storage/lmgr/lwlock.c
index 16791bf620df50b84fc14ca56bcf4e9e18393b88..e45855a0e40fc2b73080fba8a92b924c4f8fe60d 100644 (file)
--- a/src/backend/storage/lmgr/lwlock.c
+++ b/src/backend/storage/lmgr/lwlock.c
@@ -15,7 +15,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/storage/lmgr/lwlock.c,v 1.43 2006年08月01日 19:03:11 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/lmgr/lwlock.c,v 1.44 2006年08月04日 16:42:56 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -127,7 +127,7 @@ RegisterAddinLWLock(LWLockId *lock)
/*
* NumAddinLWLocks() --- Return the number of LWLocks requested by add-ins.
*/
-int
+static int
NumAddinLWLocks()
{
return num_addin_locks;
@@ -136,7 +136,7 @@ NumAddinLWLocks()
/*
* AssignAddinLWLocks() --- Assign LWLocks previously requested by add-ins.
*/
-void
+static void
AssignAddinLWLocks()
{
LWLockNode *node = addin_locks;
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /