Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-05-19 11:59:46 +0300
committerFelix Fietkau <nbd@nbd.name>2016-05-19 11:59:48 +0300
commit1257a38a6e64511207bb3b077ca7e8e1a3338fc1 (patch)
treecb7f94778e01cf4dda6f4b72f06d44150a2476d4 /uloop-kqueue.c
parent93be9309b86d07eaa3b83ad07d380ca3092b29a1 (diff)
uloop: revert signalfd support for now
It hasn't fixed the reported race condition and it introduced some new issues. Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'uloop-kqueue.c')
-rw-r--r--uloop-kqueue.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/uloop-kqueue.c b/uloop-kqueue.c
index e93bc82..0cb1c14 100644
--- a/uloop-kqueue.c
+++ b/uloop-kqueue.c
@@ -15,13 +15,6 @@
* 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 };