uloop: revert signalfd support for now
[project/libubox.git] / uloop-kqueue.c
index e93bc828f7be3137f70af25860d66311e09daf16..0cb1c14ff64ad65732ffac080ef639b222285b30 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 };