tcgetsid: fix return type

* include/sys/termios.h (tcgetsid): Fix return type.
* termios.cc (tcgetsid): Likewise.
* fhandler_termios.cc (fhandler_termios::tcgetsid): Likewise.
* fhandler.h (fhandler_base): Likewise.
* fhandler.cc (fhandler_base::tcgetsid): Likewise.
This commit is contained in:
Eric Blake
2012-02-28 14:03:03 +00:00
parent d783d46cca
commit 580df3b6ae
6 changed files with 19 additions and 9 deletions

View File

@ -1464,7 +1464,7 @@ fhandler_base::tcgetpgrp ()
return -1;
}
int
pid_t
fhandler_base::tcgetsid ()
{
set_errno (ENOTTY);