am 1dbf33b0: Merge "Fix build on mac."
* commit '1dbf33b0ca240d55fea477ecfb79052d9b006b89': Fix build on mac.
This commit is contained in:
commit
c71562dd9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue