Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c850649 authored by Matthew Xie's avatar Matthew Xie
Browse files

DO NOT MERGE Fix compilation issue

This patch fixes broken compilation on KWD branch

Change-Id: I9a1da11e33e938910dc556ed3e015bd3456e21ef
parent 96dcf628
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4891,7 +4891,7 @@ void btif_hl_select_monitor_callback( fd_set *p_cur_set , fd_set *p_org_set){
**
*******************************************************************************/
static inline int btif_hl_select_wakeup_init(fd_set* set){
    BTIF_TRACE_DEBUG0("btif_hl_select_wakeup_init");
    BTIF_TRACE_DEBUG("btif_hl_select_wakeup_init");
    if (signal_fds[0] == -1 && socketpair(AF_UNIX, SOCK_STREAM, 0, signal_fds) < 0)
    {
        BTIF_TRACE_ERROR("socketpair failed: %s", strerror(errno));