summaryrefslogtreecommitdiff
path: root/libpthread/nptl_db/td_thr_event_enable.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_event_enable.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_event_enable.c')
-rw-r--r--libpthread/nptl_db/td_thr_event_enable.c4
1 files changed, 1 insertions, 3 deletions
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");