summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixNotfy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-18 11:15:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-18 11:15:27 (GMT)
commitedcac92c086fa48aff50db9763afecbed00c2a37 (patch)
tree1fda7c9ef71ad75c453397ffd06c2b2ccb68983c /unix/tclUnixNotfy.c
parent630767b5f77c280ab8943fb809a446b4f5e21e0b (diff)
parentc58016090fe868d08b0f75e51f8d510d6446f9f6 (diff)
downloadtcl-edcac92c086fa48aff50db9763afecbed00c2a37.zip
tcl-edcac92c086fa48aff50db9763afecbed00c2a37.tar.gz
tcl-edcac92c086fa48aff50db9763afecbed00c2a37.tar.bz2
Merge trunk
Diffstat (limited to 'unix/tclUnixNotfy.c')
-rw-r--r--unix/tclUnixNotfy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c
index 9f9301f..e37962d 100644
--- a/unix/tclUnixNotfy.c
+++ b/unix/tclUnixNotfy.c
@@ -150,8 +150,8 @@ static int triggerPipe = -1;
* The notifierMutex locks access to all of the global notifier state.
*/
-pthread_mutex_t notifierInitMutex = PTHREAD_MUTEX_INITIALIZER;
-pthread_mutex_t notifierMutex = PTHREAD_MUTEX_INITIALIZER;
+static pthread_mutex_t notifierInitMutex = PTHREAD_MUTEX_INITIALIZER;
+static pthread_mutex_t notifierMutex = PTHREAD_MUTEX_INITIALIZER;
/*
* The following static indicates if the notifier thread is running.
*