[Bug 239475] Linking libthr with -nodefaultlibs statically can cause infinite recursion
| Newsgroups | gmane.os.freebsd.devel.threading |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239475 --- Comment #2 from Alex Richardson <[email protected]> --- Thanks, I guess that should work. However, we probably have to do it for all the functions in the table? Or maybe only the ones referenced in libc? This seems to be: void _pthread_cancel_enter(int); void _pthread_cancel_leave(int); void ___pthread_cleanup_push_imp(void (*)(void *), void *, struct _pthread_cleanup_info *); void ___pthread_cleanup_pop_imp(int); -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-threads To unsubscribe, send any mail to "[email protected]"