]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
replace symbol
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 15 Nov 2013 22:34:17 +0000 (03:34 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 15 Nov 2013 22:34:17 +0000 (03:34 +0500)
src/switch_time.c

index 69d45f442caa66c5a33f010a1fb1bec8dc865757..426cba822a38f64bcd9d0fa83c7de573aa601508 100644 (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;