commit | 038590b067bafb19ceec62f73fe0b41ec37e8236 | [log] [tgz] |
---|---|---|
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | Mon Dec 09 14:16:23 2024 +0100 |
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | Mon Dec 09 14:16:23 2024 +0100 |
tree | 2fd2bf8d8706dd7489547a64b7afeddddfa6a69c | |
parent | edd8e9d6c36b08ff89d0c2345015191cf26e8de4 [diff] |
gdbserver: remove 'struct' in 'struct thread_info' declarations Remove the 'struct' keyword in occurrences of 'struct thread_info'. This is a code clean-up. Tested by rebuilding. Approved-By: Simon Marchi <simon.marchi@efficios.com>