diff options
Diffstat (limited to 'libpthread/nptl_db/td_thr_set_event.c')
-rw-r--r-- | libpthread/nptl_db/td_thr_set_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl_db/td_thr_set_event.c b/libpthread/nptl_db/td_thr_set_event.c index 2bb0b9d1f..6617147a8 100644 --- a/libpthread/nptl_db/td_thr_set_event.c +++ b/libpthread/nptl_db/td_thr_set_event.c @@ -30,7 +30,7 @@ td_thr_set_event (th, event) { td_err_e err; psaddr_t eventmask; - void *copy; + void *copy = NULL; LOG ("td_thr_set_event"); |