Kaydet (Commit) 9db717d0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Internal linkage

Change-Id: Id329745fa1988003b4771c6b7d75f2db0930184c
üst cf704d65
...@@ -187,7 +187,7 @@ void* data = NULL; ...@@ -187,7 +187,7 @@ void* data = NULL;
* this is a simplified implementation that * this is a simplified implementation that
* is _not_ thread safe. * 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; struct pool* pool;
...@@ -210,7 +210,7 @@ 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* extent;
void* next; void* next;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment