summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl_db/td_thr_validate.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-21 04:23:36 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-21 04:23:36 +0000
commitc1a6053c890d37c25fce66ffc65a4ede77093ee0 (patch)
tree8a897b620c65960cf3f0517e3e3c410f3a7ce8ac /libpthread/nptl_db/td_thr_validate.c
parent1e24bd2651150011034ab221d00a1dc5abea31b2 (diff)
downloaduClibc-alpine-c1a6053c890d37c25fce66ffc65a4ede77093ee0.tar.bz2
uClibc-alpine-c1a6053c890d37c25fce66ffc65a4ede77093ee0.tar.xz
Get rid of compiler warnings.
Diffstat (limited to 'libpthread/nptl_db/td_thr_validate.c')
-rw-r--r--libpthread/nptl_db/td_thr_validate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl_db/td_thr_validate.c b/libpthread/nptl_db/td_thr_validate.c
index 3d560a621..19ee940d6 100644
--- a/libpthread/nptl_db/td_thr_validate.c
+++ b/libpthread/nptl_db/td_thr_validate.c
@@ -57,7 +57,7 @@ td_err_e
td_thr_validate (const td_thrhandle_t *th)
{
td_err_e err;
- psaddr_t list;
+ psaddr_t list = NULL;
LOG ("td_thr_validate");