]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[FreeTDM][2/2] for FreeBSD: ftdm_interrupt_multiple_wait() linux poll version should...
authorStefan Knoblich <s.knoblich@axsentis.de>
Tue, 10 Aug 2010 08:31:13 +0000 (10:31 +0200)
committerStefan Knoblich <s.knoblich@axsentis.de>
Tue, 10 Aug 2010 08:31:13 +0000 (10:31 +0200)
libs/freetdm/src/ftdm_threadmutex.c

index a0fef1cc00252cf34c6fda998a7efc28a6c8c7cd..61051df4ef4055409f6e9d711613d294ac6d5514 100644 (file)
@@ -434,7 +434,7 @@ FT_DECLARE(ftdm_status_t) ftdm_interrupt_multiple_wait(ftdm_interrupt_t *interru
                }
                /* fall-through to FTDM_SUCCESS at the end of the function */
        }
-#elif defined(__linux__)
+#elif defined(__linux__) || defined(__FreeBSD__)
        int res = 0;
        char pipebuf[255];
        struct pollfd ints[size*2];