diff options
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r-- | winsup/cygwin/path.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 5e00f3541..cb05f1a2b 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -701,6 +701,10 @@ out: set_has_buggy_open (strcmp (fs_name, "SUNWNFS") == 0); } } +#if 0 + if (issocket ()) + devn = FH_SOCKET; +#endif if (!(opt & PC_FULL)) { |