diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-02 11:18:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-02 11:18:59 (GMT) |
commit | 2e99996e18b1b15181b730a451f5e6107bc412fd (patch) | |
tree | 7d60025f834c6af5ed11e12e12c9565f79d66881 /unix/tkUnixSend.c | |
parent | 767047298510f716f70c177534980f53fbbd2406 (diff) | |
parent | 8d9bcf37ddbe36e3fd50042d8dfb15bc5a6c2d12 (diff) | |
download | tk-2e99996e18b1b15181b730a451f5e6107bc412fd.zip tk-2e99996e18b1b15181b730a451f5e6107bc412fd.tar.gz tk-2e99996e18b1b15181b730a451f5e6107bc412fd.tar.bz2 |
Merge 8.6
Diffstat (limited to 'unix/tkUnixSend.c')
-rw-r--r-- | unix/tkUnixSend.c | 2 |
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. */ |