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

Commit 1dbf33b0 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Fix build on mac."

parents 173310a2 298b6c70
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