Simplify cygwin_buf_t
authorJon Turney <jon.turney@dronecode.org.uk>
Thu, 2 Jun 2022 13:49:45 +0000 (14:49 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Sun, 12 Jun 2022 14:56:55 +0000 (15:56 +0100)
commit7d941aa3aafca1c01547f88dae83522c8b9fc97f
treeda2523d498dbbed997179d503c5ed4b5990a380f
parent18a7c0667f8dd951a0bf7e8686bdf07e1c5349ea
Simplify cygwin_buf_t

Prior to c6ca3dab dropping support for Cygwin 1.5, cygwin_buf_t was
defined as char for Cygwin 1.5.  After that, it's always wchar_t, so
just use that.
gdb/nat/windows-nat.c
gdb/windows-nat.c