Merge branch 'np/malloc-threading'

* np/malloc-threading:
  Thread-safe xmalloc and xrealloc needs a recursive mutex
  Make xmalloc and xrealloc thread-safe
This commit is contained in:
Junio C Hamano
2010-05-21 04:02:16 -07:00
7 changed files with 54 additions and 8 deletions

View File

@ -17,8 +17,8 @@
#include "dir.h"
#ifndef NO_PTHREADS
#include "thread-utils.h"
#include <pthread.h>
#include "thread-utils.h"
#endif
static char const * const grep_usage[] = {