From 5e67a81b693b1fad23b6816366b8aedd2ffd0ed0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 28 Dec 2001 16:41:29 +0000 Subject: Don't use __FUNCTION__ as literal. --- linuxthreads_db/td_thr_setfpregs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads_db/td_thr_setfpregs.c') diff --git a/linuxthreads_db/td_thr_setfpregs.c b/linuxthreads_db/td_thr_setfpregs.c index d5e1ce35ab..0d4fce5402 100644 --- a/linuxthreads_db/td_thr_setfpregs.c +++ b/linuxthreads_db/td_thr_setfpregs.c @@ -26,7 +26,7 @@ td_thr_setfpregs (const td_thrhandle_t *th, const prfpregset_t *fpregs) { struct _pthread_descr_struct pds; - LOG (__FUNCTION__); + LOG ("td_thr_setfpregs"); /* We have to get the state and the PID for this thread. */ if (ps_pdread (th->th_ta_p->ph, th->th_unique, &pds, -- cgit v1.2.3