Skip to content

change winsize to struct winsize

Ron Williams requested to merge rw_van/relibc:rw_van_230610 into master

winsize is incorrectly declared in termios.h, causing OpenSSL to produce a compile error. This change fixes that problem.

Merge request reports