replace symbol

This commit is contained in:
Anthony Minessale 2013-11-16 03:34:17 +05:00
parent d6bb35ad3c
commit 34ebd6fb59
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ static switch_status_t timerfd_start_interval(interval_timer_t *it, int interval
it->tick = 0;
fd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC);
fd = timerfd_create(CLOCK_MONOTONIC, 0);
if (fd < 0) {
return SWITCH_STATUS_GENERR;