diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2015-06-17 20:32:01 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2015-06-17 20:32:01 (GMT) |
commit | 2785816f6adac764ff1a93a100bc8cae1464227f (patch) | |
tree | 8dff88386e0c9be0fc341ba01a9c07d232f9617e /unix | |
parent | 61235a19fdbc4ccea9e122d0be34888ab92fc798 (diff) | |
download | tcl-2785816f6adac764ff1a93a100bc8cae1464227f.zip tcl-2785816f6adac764ff1a93a100bc8cae1464227f.tar.gz tcl-2785816f6adac764ff1a93a100bc8cae1464227f.tar.bz2 |
Rename the new API to TclMutexUnlockAndFinalize as it is not platform-specific.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclUnixNotfy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c index a009fb1..17fdc95 100644 --- a/unix/tclUnixNotfy.c +++ b/unix/tclUnixNotfy.c @@ -1384,7 +1384,7 @@ AtForkChild(void) { TclpMutexUnlock(); TclpMasterUnlock(); - TclpMutexUnlockAndFinalize(¬ifierMutex); + TclMutexUnlockAndFinalize(¬ifierMutex); Tcl_InitNotifier(); } #endif /* HAVE_PTHREAD_ATFORK */ |