summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2007-11-08 14:37:59 +0000
committerChristopher Faylor <me@cgf.cx>2007-11-08 14:37:59 +0000
commit9cd3ed2d10e09c78c2bd3084d726b74543f07523 (patch)
tree4bd8cbf2a609a406bbc4ff444966a223c1be0507 /winsup/cygwin/fhandler.h
parenta3ba550800f861f5bef0079f6bb052a5a9575cc6 (diff)
downloadcygnal-9cd3ed2d10e09c78c2bd3084d726b74543f07523.tar.gz
cygnal-9cd3ed2d10e09c78c2bd3084d726b74543f07523.tar.bz2
cygnal-9cd3ed2d10e09c78c2bd3084d726b74543f07523.zip
revert premature checkin
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 45588fef9..665dd51e1 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -149,7 +149,6 @@ class fhandler_base
path_conv pc;
virtual void set_name (path_conv &pc);
- virtual void set_name (const char *s) {pc.set_normalized_path (s, false);}
int error () const {return pc.error;}
void set_error (int error) {pc.error = error;}
bool exists () const {return pc.exists ();}
@@ -547,7 +546,6 @@ public:
int __stdcall fadvise (_off64_t, _off64_t, int) __attribute__ ((regparm (3)));
int __stdcall ftruncate (_off64_t, bool) __attribute__ ((regparm (3)));
int ready_for_read (int fd, DWORD howlong);
- void init (HANDLE, DWORD, mode_t);
static int create (fhandler_pipe *[2], unsigned, int);
static int create_selectable (LPSECURITY_ATTRIBUTES, HANDLE&, HANDLE&, DWORD);
};