summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-06-18 17:43:45 +0000
committerChristopher Faylor <me@cgf.cx>2000-06-18 17:43:45 +0000
commit6d4186757b2e32f4c0546842e7dd454236641f47 (patch)
tree4ca1947f476bc029b4bf1d42c904276e6106745b /winsup/cygwin/fhandler.h
parentce4a7304b88a639907c39e0187f355759bf08db6 (diff)
downloadcygnal-6d4186757b2e32f4c0546842e7dd454236641f47.tar.gz
cygnal-6d4186757b2e32f4c0546842e7dd454236641f47.tar.bz2
cygnal-6d4186757b2e32f4c0546842e7dd454236641f47.zip
* fhandler.h (set_name): Don't use 'unix' as name since this is defined by gcc
now. * fhandler.cc (set_name): Ditto.
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index a3002ab1b..802fd2ac2 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -143,7 +143,8 @@ protected:
char *win32_path_name_;
public:
- void set_name (const char *unix, const char *win32 = NULL, int unit = 0);
+ void set_name (const char * unix_path, const char * win32_path = NULL,
+ int unit = 0);
virtual fhandler_base& operator =(fhandler_base &x)
{