]> Savannah Git Hosting - gnulib.git/commit
termios: Define struct winsize on all platforms.
authorCollin Funk <collin.funk1@gmail.com>
Tue, 13 Aug 2024 03:09:01 +0000 (20:09 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Tue, 13 Aug 2024 03:09:01 +0000 (20:09 -0700)
commitafbe284229fc249527b0e76827e67e5e1c7a7399
tree73a0f9232aa9c4818408c3298dcf62226d0ebf9b
parent616a1dadbd350571bd4ea787c4df95466d089875
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.
* lib/termios.in.h (struct winsize): Define or include.
* m4/termios_h.m4 (gl_TERMIOS_H): Check for a definition of struct
winsize.
* modules/termios (Makefile.am): Replace AC_SUBST variables.
ChangeLog
doc/posix-headers/termios.texi
lib/termios.in.h
m4/termios_h.m4
modules/termios