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

Commit 6e8a6a5f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix warnings of implicit function declaration in Linux vendor lib"

parents de5c0ca6 e48fce8a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@ extern "C" {

#if __GLIBC__

#include <unistd.h>

/* Get thread identification. */
pid_t gettid(void);

+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
#include "osi/include/osi.h"
#include "osi/include/log.h"
#include "osi/include/properties.h"
#include "osi/include/compat.h"

#define BTPROTO_HCI     1
#define HCI_CHANNEL_USER        1