Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/linuxthreads/td_ta_event_addr.c')
-rw-r--r--newlib/libc/sys/linux/linuxthreads/td_ta_event_addr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/linuxthreads/td_ta_event_addr.c b/newlib/libc/sys/linux/linuxthreads/td_ta_event_addr.c
index 4f0f7bbf1..8bce35ae8 100644
--- a/newlib/libc/sys/linux/linuxthreads/td_ta_event_addr.c
+++ b/newlib/libc/sys/linux/linuxthreads/td_ta_event_addr.c
@@ -27,7 +27,7 @@ td_ta_event_addr (const td_thragent_t *ta, td_event_e event, td_notify_t *addr)
td_err_e res = TD_NOEVENT;
int idx = -1;
- LOG (__FUNCTION__);
+ LOG ("td_ta_event_addr");
/* Test whether the TA parameter is ok. */
if (! ta_ok (ta))