Merge "Fix const issues in preparation for libcxx rebase."

am: dce9b61

* commit 'dce9b61d253675fc5067b76eb166de66dc8fd367':
  Fix const issues in preparation for libcxx rebase.
This commit is contained in:
Dan Austin 2016-03-28 21:48:38 +00:00 committed by android-build-merger
commit 427fb7216d

View file

@ -355,7 +355,7 @@ void make_link_init(const char *oldpath, const char *newpath)
{
int ret;
char buf[256];
char *slash;
const char *slash;
int width;
slash = strrchr(newpath, '/');