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 | 7ba021af61fdd62da199c90339ad90e4a1781804 (patch) | |
| tree | 8dff88386e0c9be0fc341ba01a9c07d232f9617e /unix/tclUnixNotfy.c | |
| parent | d4bb7bdf65e391348d97f1464a3700c839693e39 (diff) | |
| download | tcl-7ba021af61fdd62da199c90339ad90e4a1781804.zip tcl-7ba021af61fdd62da199c90339ad90e4a1781804.tar.gz tcl-7ba021af61fdd62da199c90339ad90e4a1781804.tar.bz2 | |
Rename the new API to TclMutexUnlockAndFinalize as it is not platform-specific.
Diffstat (limited to 'unix/tclUnixNotfy.c')
| -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 */ |
