On Tue, 9 Apr 2019, Florian Weimer wrote: > diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile > index 52ac6ad484..4cb5e4f0d2 100644 > --- a/sysdeps/unix/sysv/linux/Makefile > +++ b/sysdeps/unix/sysv/linux/Makefile > @@ -156,6 +156,7 @@ endif > > ifeq ($(subdir),termios) > sysdep_headers += termio.h > +tests += tst-termios2 > endif This is missing the addition of bits/termios2-struct.h to the installed headers. -- Joseph S. Myers joseph@xxxxxxxxxxxxxxxx