| commit | 0fa5978b5efd9c04d42b0b0627b24dbbade9ebc8 | [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 | fa82ff64dcca66a8ca78331733e0c05654a2d4d7 | |
| parent | 2704238269fd39be189a3a8e00cb48325ac274c9 [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>