summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFile.c
diff options
context:
space:
mode:
authordas <das>2006-05-27 05:23:03 (GMT)
committerdas <das>2006-05-27 05:23:03 (GMT)
commitd9fb2d616e85d1da1ad401a0c964dc9c56e85ee8 (patch)
tree9a10a778217f42b4a31a622641a6fc51a5ea8ff9 /unix/tclUnixFile.c
parentf95f9d46f4c8c2317e762fb2c94e291759e5c97c (diff)
downloadtcl-d9fb2d616e85d1da1ad401a0c964dc9c56e85ee8.zip
tcl-d9fb2d616e85d1da1ad401a0c964dc9c56e85ee8.tar.gz
tcl-d9fb2d616e85d1da1ad401a0c964dc9c56e85ee8.tar.bz2
* macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler that
* unix/tcl.m4 (Darwin): recreates CoreFoundation state and notifier thread in the child after a fork(). Note that pthread_atfork() is available starting with Tiger only. Because vfork() is used by the core on Darwin, [exec]/[open] are not affected by this fix, only extensions or embedders that call fork() directly (such as TclX). However, this only makes fork() safe from corefoundation tcl with --disable-threads; as on all platforms, forked children may deadlock in threaded tcl due to the potential for stale locked mutexes in the child. [Patch 923072] * unix/configure: autoconf-2.59
Diffstat (limited to 'unix/tclUnixFile.c')
0 files changed, 0 insertions, 0 deletions