summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixSend.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-02 11:18:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-02 11:18:59 (GMT)
commit2e99996e18b1b15181b730a451f5e6107bc412fd (patch)
tree7d60025f834c6af5ed11e12e12c9565f79d66881 /unix/tkUnixSend.c
parent767047298510f716f70c177534980f53fbbd2406 (diff)
parent8d9bcf37ddbe36e3fd50042d8dfb15bc5a6c2d12 (diff)
downloadtk-2e99996e18b1b15181b730a451f5e6107bc412fd.zip
tk-2e99996e18b1b15181b730a451f5e6107bc412fd.tar.gz
tk-2e99996e18b1b15181b730a451f5e6107bc412fd.tar.bz2
Merge 8.6
Diffstat (limited to 'unix/tkUnixSend.c')
-rw-r--r--unix/tkUnixSend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixSend.c b/unix/tkUnixSend.c
index 9b6e79f..7f3e31f 100644
--- a/unix/tkUnixSend.c
+++ b/unix/tkUnixSend.c
@@ -97,7 +97,7 @@ typedef struct PendingCommand {
* NULL means end of list. */
} PendingCommand;
-typedef struct ThreadSpecificData {
+typedef struct {
PendingCommand *pendingCommands;
/* List of all commands currently being waited
* for. */