summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-05-12 05:06:43 +0000
committerChristopher Faylor <me@cgf.cx>2000-05-12 05:06:43 +0000
commitad0bed746deb4fe28e55bf0be80e396464312444 (patch)
tree42356bb820d04b13e63ebc5c0dbbe2d8032710e9 /winsup/cygwin/fhandler.h
parentcfe11d7465d410cd281f0cdf3296545c0243be2b (diff)
downloadcygnal-ad0bed746deb4fe28e55bf0be80e396464312444.tar.gz
cygnal-ad0bed746deb4fe28e55bf0be80e396464312444.tar.bz2
cygnal-ad0bed746deb4fe28e55bf0be80e396464312444.zip
* Makefile.in (DLL_OFILES): Sort.
* fhandler_tty.cc (fhandler_tty_slave::send_ioctl_request): Eliminate. (fhandler_tty_slave::ioctl): Rewrite to avoid races.
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index e81085ad7..a3002ab1b 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -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);