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_get_stats.c')
-rw-r--r--newlib/libc/sys/linux/linuxthreads/td_ta_get_stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/linuxthreads/td_ta_get_stats.c b/newlib/libc/sys/linux/linuxthreads/td_ta_get_stats.c
index 9aa049c3e..d2ba342d7 100644
--- a/newlib/libc/sys/linux/linuxthreads/td_ta_get_stats.c
+++ b/newlib/libc/sys/linux/linuxthreads/td_ta_get_stats.c
@@ -25,7 +25,7 @@ td_err_e
td_ta_get_stats (const td_thragent_t *ta, td_ta_stats_t *statsp)
{
/* XXX We have to figure out what has to be done. */
- LOG (__FUNCTION__);
+ LOG ("td_ta_get_stats");
/* Test whether the TA parameter is ok. */
if (! ta_ok (ta))