------- Comment #5 from pinskia at gcc dot gnu dot org  2006-02-28 01:34 -------
I see the bug now:
#define pthread_once __libc_thr_once
#define pthread_self __libc_thr_self
#define pthread_exit __libc_thr_exit
#define pthread_setcancelstate __libc_thr_setcancelstate

So what is happening before, name was not being translated to __libc_thr_once
but only to pthread_once so in fact it looks like it was even wrong in rev
110280 but might not had noticed it.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26489

Reply via email to