X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=uloop-kqueue.c;h=e93bc828f7be3137f70af25860d66311e09daf16;hp=0cb1c14ff64ad65732ffac080ef639b222285b30;hb=004be15be4f3a8fb0cb781769338f91d0347dafc;hpb=4b0aa9ccc22eff62e177b9777152e7937273b418 diff --git a/uloop-kqueue.c b/uloop-kqueue.c index 0cb1c14..e93bc82 100644 --- a/uloop-kqueue.c +++ b/uloop-kqueue.c @@ -15,6 +15,13 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ + +static bool +uloop_setup_signalfd(bool add) +{ + return false; +} + int uloop_init(void) { struct timespec timeout = { 0, 0 };