summaryrefslogtreecommitdiff
path: root/libpthread/nptl_db/td_thr_clear_event.c
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2010-04-25 10:37:01 +0200
committerCarmelo Amoroso <carmelo.amoroso@st.com>2010-04-25 10:37:01 +0200
commit50d664a757b7a5ef1fd536ec00ea552ad9290315 (patch)
treeb323c66f75794b412d761060841e75cede781104 /libpthread/nptl_db/td_thr_clear_event.c
parentd1dc72d6ad0d4822fb62d635638ed79028df8bc7 (diff)
nptl_db: Remove compiler warning due to old-style function definition
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libpthread/nptl_db/td_thr_clear_event.c')
-rw-r--r--libpthread/nptl_db/td_thr_clear_event.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libpthread/nptl_db/td_thr_clear_event.c b/libpthread/nptl_db/td_thr_clear_event.c
index c43c625a4..92e7f1531 100644
--- a/libpthread/nptl_db/td_thr_clear_event.c
+++ b/libpthread/nptl_db/td_thr_clear_event.c
@@ -24,9 +24,7 @@
td_err_e
-td_thr_clear_event (th, event)
- const td_thrhandle_t *th;
- td_thr_events_t *event;
+td_thr_clear_event (const td_thrhandle_t *th, td_thr_events_t *event)
{
td_err_e err;
psaddr_t eventmask;