Eric Blake wrote: > I guess I was seeing the failure in a project that included termios.h > but did not pull in the tcgetsid module.
Indeed, with a testdir for just the 'termios' module, I'm getting a compilation failure in tests/test-termios.c on glibc HP-PA, IA64, PowerPC, SPARC FreeBSD 6.4 OpenBSD 4.9 but not on Cygwin 1.7.9. Does it fail on Cygwin 1.7.10? In any case, the "#include <sys/types.h>" in gnulib/lib/termios.in.h should not be limited to Cygwin. Bruno