commit | 1b7a7e81195ff06a7482f81cb92b094bb3481cb1 | [log] [tgz] |
---|---|---|
author | Scott Anderson <saa@android.com> | Tue Jun 05 17:54:27 2012 -0700 |
committer | Scott Anderson <saa@android.com> | Tue Jun 05 17:54:27 2012 -0700 |
tree | 470ebf536be8408603262c1385c62b5407dc53f3 | |
parent | 866b1bd5051db4f22b634df1f8a06bc1c9aa2e26 [diff] |
adb: Use bionic's strtok_r() for Windows A recent change use strtok_r which broke the Windows build. Clear this potential landmine by adding adb_strtok_r to sysdeps.h in the typical fashion. For Windows, the actual implementation in sysdeps_win32.c was copied from bionic/libc/string/strtok.c. Change-Id: Ibb71555bc429f7058c07c3d39e0b62859c79635c Signed-off-by: Scott Anderson <saa@android.com>