summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rw-r--r--unix/tclUnixThrd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixThrd.c b/unix/tclUnixThrd.c
index aecfcbe..b95e8f7 100644
--- a/unix/tclUnixThrd.c
+++ b/unix/tclUnixThrd.c
@@ -20,7 +20,7 @@
#include "pthread.h"
typedef struct ThreadSpecificData {
- char nabuf[17];
+ char nabuf[16];
} ThreadSpecificData;
static Tcl_ThreadDataKey dataKey;