From 50d664a757b7a5ef1fd536ec00ea552ad9290315 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Sun, 25 Apr 2010 10:37:01 +0200 Subject: nptl_db: Remove compiler warning due to old-style function definition Signed-off-by: Carmelo Amoroso --- libpthread/nptl_db/td_thr_event_enable.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libpthread/nptl_db/td_thr_event_enable.c') diff --git a/libpthread/nptl_db/td_thr_event_enable.c b/libpthread/nptl_db/td_thr_event_enable.c index a02be5da4..02140fd30 100644 --- a/libpthread/nptl_db/td_thr_event_enable.c +++ b/libpthread/nptl_db/td_thr_event_enable.c @@ -22,9 +22,7 @@ td_err_e -td_thr_event_enable (th, onoff) - const td_thrhandle_t *th; - int onoff; +td_thr_event_enable (const td_thrhandle_t *th, int onoff) { LOG ("td_thr_event_enable"); -- cgit v1.2.3