Merge "Fix build on mac."

This commit is contained in:
Elliott Hughes 2014-12-10 00:16:20 +00:00 committed by Gerrit Code Review
commit 1dbf33b0ca

View file

@ -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