* Makefile.in (DLL_OFILES): Sort.

* fhandler_tty.cc (fhandler_tty_slave::send_ioctl_request): Eliminate.
(fhandler_tty_slave::ioctl): Rewrite to avoid races.
This commit is contained in:
Christopher Faylor
2000-05-12 05:06:43 +00:00
parent cfe11d7465
commit ad0bed746d
4 changed files with 47 additions and 35 deletions

View File

@ -645,8 +645,6 @@ public:
class fhandler_tty_slave: public fhandler_tty_common
{
void send_ioctl_request ();
public:
/* Constructor */
fhandler_tty_slave (const char *name);