uloop: try to use signalfd for signal handling if available
[project/libubox.git] / uloop-kqueue.c
index 0cb1c14..e93bc82 100644 (file)
  * 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 };