diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-18 11:15:27 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-18 11:15:27 (GMT) |
| commit | edcac92c086fa48aff50db9763afecbed00c2a37 (patch) | |
| tree | 1fda7c9ef71ad75c453397ffd06c2b2ccb68983c /unix/tclUnixNotfy.c | |
| parent | 630767b5f77c280ab8943fb809a446b4f5e21e0b (diff) | |
| parent | c58016090fe868d08b0f75e51f8d510d6446f9f6 (diff) | |
| download | tcl-edcac92c086fa48aff50db9763afecbed00c2a37.zip tcl-edcac92c086fa48aff50db9763afecbed00c2a37.tar.gz tcl-edcac92c086fa48aff50db9763afecbed00c2a37.tar.bz2 | |
Merge trunk
Diffstat (limited to 'unix/tclUnixNotfy.c')
| -rw-r--r-- | unix/tclUnixNotfy.c | 4 |
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. * |
