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

Commit c71562dd authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 1dbf33b0: Merge "Fix build on mac."

* commit '1dbf33b0':
  Fix build on mac.
parents d86af4dc 1dbf33b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -524,7 +524,7 @@ static __inline__ char* adb_strtok_r(char *str, const char *delim, char **savep

static __inline__ unsigned long adb_thread_id()
{
    return pthread_self();
    return (unsigned long)pthread_self();
}

#undef   strtok_r