From c1a6053c890d37c25fce66ffc65a4ede77093ee0 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Mon, 21 Aug 2006 04:23:36 +0000 Subject: Get rid of compiler warnings. --- libpthread/nptl_db/td_thr_event_getmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl_db/td_thr_event_getmsg.c') diff --git a/libpthread/nptl_db/td_thr_event_getmsg.c b/libpthread/nptl_db/td_thr_event_getmsg.c index 70ea6953e..b24fc25d7 100644 --- a/libpthread/nptl_db/td_thr_event_getmsg.c +++ b/libpthread/nptl_db/td_thr_event_getmsg.c @@ -28,7 +28,7 @@ td_thr_event_getmsg (const td_thrhandle_t *th, td_event_msg_t *msg) td_err_e err; psaddr_t eventbuf, eventnum, eventdata; psaddr_t thp, prevp; - void *copy; + void *copy = NULL; LOG ("td_thr_event_getmsg"); -- cgit v1.2.3