Re: [Mesa-dev] [PATCH] ac/debug: use util_strchrnul() to fix android build error

2017-08-24 Thread Chih-Wei Huang
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

Re: [Mesa-dev] [PATCH] ac/debug: use util_strchrnul() to fix android build error

2017-08-24 Thread Rob Herring
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

Re: [Mesa-dev] [PATCH] ac/debug: use util_strchrnul() to fix android build error

2017-08-24 Thread Marek Olšák
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

[Mesa-dev] [PATCH] ac/debug: use util_strchrnul() to fix android build error

2017-08-24 Thread Mauro Rossi
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: