mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-27 06:31:54 +00:00
Fixing the Mac OS X build (bamboo warning)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@294605 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -456,8 +456,11 @@ struct direntry {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static AST_LIST_HEAD_STATIC(dirlist, direntry);
|
static AST_LIST_HEAD_STATIC(dirlist, direntry);
|
||||||
|
|
||||||
|
#if defined(HAVE_INOTIFY)
|
||||||
/* Only one thread is accessing this list, so no lock is necessary */
|
/* Only one thread is accessing this list, so no lock is necessary */
|
||||||
static AST_LIST_HEAD_NOLOCK_STATIC(createlist, direntry);
|
static AST_LIST_HEAD_NOLOCK_STATIC(createlist, direntry);
|
||||||
|
#endif
|
||||||
|
|
||||||
static void queue_file(const char *filename, time_t when)
|
static void queue_file(const char *filename, time_t when)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user