https://issues.apache.org/bugzilla/show_bug.cgi?id=55153

--- Comment #14 from Harald Oehlmann <harald.oehlm...@elmicron.de> ---
What could be done in addition:

- include the pthread_atfork test from tcl in the configure script
- include a Tcl_InitNotifier() if pthread_atfork is not available

#if !defined(HAVE_PTHREAD_ATFORK)
    Tcl_InitNotifier();
#endif

This would do it the same way as the tcl core test case which is IMHO a good
thing.

Thank you,
Harald

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org
For additional commands, e-mail: rivet-dev-h...@tcl.apache.org

Reply via email to