commit | 24f9b083cba742a1f118ad85d81a63f2ae854d71 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jul 27 21:21:39 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Jul 28 08:07:21 2015 -0700 |
tree | bd08afcb9e4e5f1370698732264a5cf01afacbbe | |
parent | a4169f96db89a7dae57f7d90b4d1b9dfb21f2259 [diff] |
Fix const-ness of strrchr callers. This causes build failures in google3 where they use GCC. glibc only provides const-correct overloads for string functions for GCC >= 4.4, but clang -- which is what we use -- pretends to be GCC 4.2. Change-Id: I2a054823ea6201ebcea46d5e77b80a975eefc622