2017-08-25 5:52 GMT+08:00 Mauro Rossi :
> Similar to e09d04cd56 "radeonsi: use util_strchrnul() to fix android build
> error"
>
> Android Bionic does not support strchrnul() string function,
This is not entirely true.
Bionic has strchrnul() since Android 7.0.
But I think it's OK to merge this one
On Thu, Aug 24, 2017 at 4:52 PM, Mauro Rossi wrote:
> Similar to e09d04cd56 "radeonsi: use util_strchrnul() to fix android build
> error"
>
> Android Bionic does not support strchrnul() string function,
> gallium auxiliary util/u_string.h provides util_strchrnul()
>
> This change avoids the follo
Reviewed-by: Marek Olšák
Marek
On Thu, Aug 24, 2017 at 11:52 PM, Mauro Rossi wrote:
> Similar to e09d04cd56 "radeonsi: use util_strchrnul() to fix android build
> error"
>
> Android Bionic does not support strchrnul() string function,
> gallium auxiliary util/u_string.h provides util_strchrnul
Similar to e09d04cd56 "radeonsi: use util_strchrnul() to fix android build
error"
Android Bionic does not support strchrnul() string function,
gallium auxiliary util/u_string.h provides util_strchrnul()
This change avoids the following warning and error:
external/mesa/src/amd/common/ac_debug.c: