* tests/test-termios.c (t2): Make sure inclusion of termios.h allows use
of struct winsize.
2024-08-12 Collin Funk <collin.funk1@gmail.com>
+ termios tests: Check for struct winsize.
+ * tests/test-termios.c (t2): Make sure inclusion of termios.h allows use
+ of struct winsize.
+
termios: Define struct winsize on all platforms.
* doc/posix-headers/termios.texi (termios.h): Mention struct winsize is
defined in <sys/ioctl.h> on glibc.
/* Check that the types are all defined. */
pid_t t1;
+struct winsize t2;
int
main (void)