This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/18135] setcontext should call phtread_exit after last context.


https://sourceware.org/bugzilla/show_bug.cgi?id=18135

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
For namespace reasons (for XPG4) it should be __pthread_exit, not 
pthread_exit (and you have complications from pthread_exit only being in 
libpthread at present, and not wanting to bring large parts of pthreads 
into libc).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]