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

Commit e39f120b authored by Andre Eisenbach's avatar Andre Eisenbach Committed by android-build-merger
Browse files

Fix HDP select thread id type

am: 5ea66fa0

Change-Id: I3171422ec9bfd8a0937ef500c9fc85b0af70b4e1
parents c9ca5aa4 5ea66fa0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ const int btif_hl_signal_select_close_connected = 3;

static int listen_s = -1;
static int connected_s = -1;
static int select_thread_id = -1;
static pthread_t select_thread_id = -1;
static int signal_fds[2] = {-1, -1};
static list_t* soc_queue;
static int reg_counter;