Don't set a pthread_t to NULL

A pthread_t is a long, setting it to NULL is an implicit pointer-to-int
conversion clang warns about (in code built with -Werror).

It should be set to 0 instead.

Change-Id: Ie9091708118644ffe5fe7136fe1bdab5b25decf2
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
1 file changed
tree: cbc161f97c2daf92d3d1d80a4a7f361f2e6fbd3b
  1. halimpl/
  2. src/
  3. Android.mk
  4. CleanSpec.mk