Merge branch 'jn/thinner-wrapper'

* jn/thinner-wrapper:
  Remove pack file handling dependency from wrapper.o
  pack-objects: mark file-local variable static
  wrapper: give zlib wrappers their own translation unit
  strbuf: move strbuf_branchname to sha1_name.c
  path helpers: move git_mkstemp* to wrapper.c
  wrapper: move odb_* to environment.c
  wrapper: move xmmap() to sha1_file.c
This commit is contained in:
Junio C Hamano
2010-12-03 16:13:06 -08:00
10 changed files with 260 additions and 247 deletions

View File

@ -1543,7 +1543,7 @@ static void try_to_free_from_threads(size_t size)
read_unlock();
}
try_to_free_t old_try_to_free_routine;
static try_to_free_t old_try_to_free_routine;
/*
* The main thread waits on the condition that (at least) one of the workers