tcgetsid: fix cygwin header bug
authorEric Blake <eblake@redhat.com>
Tue, 28 Feb 2012 00:35:56 +0000 (17:35 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 29 Feb 2012 13:35:42 +0000 (06:35 -0700)
commitc7d52c9898ed0ba5c5e0e7d952d07e4e4da9c70f
tree077229282016c2e7a8d3fabc668fbd184f6c5254
parentf69217cabeab94c2ef3e674bd60577b4bc689343
tcgetsid: fix cygwin header bug

Cygwin added tcgetsid in 1.7.10, but with int instead of pid_t:
http://cygwin.com/ml/cygwin-patches/2012-q1/msg00031.html
For now, since cygwin's pid_t is int, I'm not worrying about
correcting the return type.

* lib/termios.in.h (includes) [Cygwin]: Ensure pid_t is defined.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
lib/termios.in.h