diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-04-04 09:32:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-04-04 09:32:07 +0000 |
commit | 53de11add6663a7ea878307ab7be81f48d82310b (patch) | |
tree | f2f9c39c763c031b0ed28b93388fb3601ee922af /nptl_db | |
parent | 5da3d377184465497da472ad71a26a578fe6a5dd (diff) | |
download | glibc-53de11add6663a7ea878307ab7be81f48d82310b.tar.gz |
Update.
2004-04-04 Ulrich Drepper <drepper@redhat.com>
* math/test-tgmath.c: Declare compile_testl inly if we will define it.
Diffstat (limited to 'nptl_db')
-rw-r--r-- | nptl_db/td_ta_clear_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl_db/td_ta_clear_event.c b/nptl_db/td_ta_clear_event.c index 99fa63c734..7a2850c4ea 100644 --- a/nptl_db/td_ta_clear_event.c +++ b/nptl_db/td_ta_clear_event.c @@ -29,7 +29,7 @@ td_ta_clear_event (ta_arg, event) td_thragent_t *const ta = (td_thragent_t *) ta_arg; td_err_e err; psaddr_t eventmask = 0; - void *copy; + void *copy = NULL; LOG ("td_ta_clear_event"); |