Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2007-02-23 17:20:28 +0300
committerCorinna Vinschen <corinna@vinschen.de>2007-02-23 17:20:28 +0300
commit296a8a63696031fd4cf7fa9ba74e905e00c56d2d (patch)
tree8317fd5e2cc3dfc58cf1730fbc63cb829f2d2ba6 /winsup/cygwin/fhandler.h
parentb5cb5c9e642a3b868024345fd31c71052e4b0932 (diff)
* devices.in: Change native device name to native NT device name for
/dev/null, /dev/comX and /dev/ttySx. * devices.cc: Regenerate. * fhandler.cc (fhandler_base::open_9x): Remove. (fhandler_base::open): Don't test for DOS device name, don't call open_9x. (fhandler_dev_null::open): Remove. * fhandler.h (class fhandler_base): Drop open_9x declaration. (class fhandler_dev_null): Drop open declaration.
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 1da8cd6b2..e3c8fd74a 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -257,7 +257,6 @@ class fhandler_base
bool fork_fixup (HANDLE, HANDLE &, const char *);
virtual bool need_fixup_before () const {return false;}
- int open_9x (int, mode_t = 0);
virtual int open (int, mode_t = 0);
int open_fs (int, mode_t = 0);
virtual int close ();
@@ -1066,7 +1065,6 @@ class fhandler_dev_null: public fhandler_base
{
public:
fhandler_dev_null ();
- int open (int, mode_t);
select_record *select_read (select_record *s);
select_record *select_write (select_record *s);