Fixed utils directory breakage from r398748, this time with extra hate.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@398752 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
David M. Lee
2013-09-10 17:47:59 +00:00
parent 81f1dc6cf6
commit ac043540cc

View File

@@ -55,6 +55,7 @@ void * attribute_malloc _ast_calloc(size_t num, size_t len, const char *file, in
} }
#endif #endif
#ifdef DEBUG_THREADS
#if !defined(LOW_MEMORY) #if !defined(LOW_MEMORY)
#ifdef HAVE_BKTR #ifdef HAVE_BKTR
void ast_store_lock_info(enum ast_lock_type type, const char *filename, void ast_store_lock_info(enum ast_lock_type type, const char *filename,
@@ -117,6 +118,7 @@ void ast_mark_lock_acquired(void *foo)
/* not a lot to do in a standalone w/o threading! */ /* not a lot to do in a standalone w/o threading! */
} }
#endif #endif
#endif /* DEBUG_THREADS */
static int global_lineno = 1; static int global_lineno = 1;