diff options
author | 2001-12-28 16:41:29 +0000 | |
---|---|---|
committer | 2001-12-28 16:41:29 +0000 | |
commit | 5e67a81b693b1fad23b6816366b8aedd2ffd0ed0 (patch) | |
tree | 9f7a8218baad6dc9250ca66224c3ac7c29344cbc /linuxthreads_db/td_thr_setgregs.c | |
parent | * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately, (diff) | |
download | glibc-5e67a81b693b1fad23b6816366b8aedd2ffd0ed0.tar.xz glibc-5e67a81b693b1fad23b6816366b8aedd2ffd0ed0.zip |
Don't use __FUNCTION__ as literal.
Diffstat (limited to 'linuxthreads_db/td_thr_setgregs.c')
-rw-r--r-- | linuxthreads_db/td_thr_setgregs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads_db/td_thr_setgregs.c b/linuxthreads_db/td_thr_setgregs.c index 8c7baa8e90..3cf653956f 100644 --- a/linuxthreads_db/td_thr_setgregs.c +++ b/linuxthreads_db/td_thr_setgregs.c @@ -26,7 +26,7 @@ td_thr_setgregs (const td_thrhandle_t *th, prgregset_t gregs) { struct _pthread_descr_struct pds; - LOG (__FUNCTION__); + LOG ("td_thr_setgregs"); /* We have to get the state and the PID for this thread. */ if (ps_pdread (th->th_ta_p->ph, th->th_unique, &pds, |