OSDN Git Service

Fix a structure initialisation in pthread_exit().
authorAnton Kirilov <anton.kirilov@linaro.org>
Fri, 19 Feb 2016 18:19:08 +0000 (18:19 +0000)
committerElliott Hughes <enh@google.com>
Fri, 26 Feb 2016 04:49:15 +0000 (20:49 -0800)
commit6bd5cf60fa1ddb9474f8cc7b3b4d25179f5a5693
tree9786a0524bf020e1f751b7ab55c91c6a2d46dfa4
parente0959b4b164a26eb9931ed6925c71d7870c063fe
Fix a structure initialisation in pthread_exit().

The purpose of this change is to silence Valgrind's warning about a
syscall parameter pointing to uninitialised bytes.

Change-Id: I2737235f9ac288dbc8ec4be0c6f1cef181c9b7d7
libc/bionic/pthread_exit.cpp