mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Fixed extconf.c breakage introduced in r376306.
To quote wdoekes: > Note that I'm not confirming legitimacy of having that file in tree at > all. Is anyone using aelparse/conf2ael? ........ Merged revisions 376340 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 376342 from http://svn.asterisk.org/svn/asterisk/branches/10 ........ Merged revisions 376343 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@376345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -168,6 +168,7 @@ void ast_console_puts(const char *string);
|
||||
#define LOG_DTMF __LOG_DTMF, _A_
|
||||
|
||||
/* lock.h */
|
||||
#define _ASTERISK_LOCK_H /* A small indication that this is horribly wrong. */
|
||||
|
||||
#ifndef HAVE_MTX_PROFILE
|
||||
#define __MTX_PROF(a) return pthread_mutex_lock((a))
|
||||
|
Reference in New Issue
Block a user