[PATCH 0/2] Two small F_SETFL changes
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
I was looking at the F_SETFL / SIGIO handling code in gdbserver recently, and I noticed a couple of oddities. This series fixes both of them. I wouldn't expect these patches to really affect anything in practice. Signed-off-by: Tom Tromey <[email protected]> --- Tom Tromey (2): Don't use F_SETFL in gdbreplay Use F_SETFL after F_SETOWN gdbserver/gdbreplay.cc | 3 --- gdbserver/remote-utils.cc | 6 ++---- 2 files changed, 2 insertions(+), 7 deletions(-) --- base-commit: f8ebb8db3bd5bcfaeaa42f803fe15300e65196ee change-id: 20260717-f-setfl-1556b2b5ed46 Best regards, -- Tom Tromey <[email protected]>