summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-02 17:41:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-02 17:42:38 +0200
commit9db717d063ae60a56e2304e5bf53ae62652e3f97 (patch)
tree703a27c8d96b6f6b2a537b7854e1f54e2940e5ed /solenv/bin
parentcf704d65e005b08697c7a6f454acff01bd4ef6c3 (diff)
Internal linkage
Change-Id: Id329745fa1988003b4771c6b7d75f2db0930184c
Diffstat (limited to 'solenv/bin')
-rw-r--r--solenv/bin/concat-deps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c
index a64723f476d7..439deb9848d0 100644
--- a/solenv/bin/concat-deps.c
+++ b/solenv/bin/concat-deps.c
@@ -187,7 +187,7 @@ void* data = NULL;
* this is a simplified implementation that
* is _not_ thread safe.
*/
-struct pool* pool_create(int size_elem, int primary, int secondary)
+static struct pool* pool_create(int size_elem, int primary, int secondary)
{
struct pool* pool;
@@ -210,7 +210,7 @@ struct pool* pool;
}
-void pool_destroy(struct pool* pool)
+static void pool_destroy(struct pool* pool)
{
void* extent;
void* next;