aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-07 02:19:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-07 02:19:29 +0000
commit9f5cccb72b1c3f05f409cb25b469e6f7894f0efb (patch)
tree3beb816ead9c15497a15fcc34084a9a76441a325 /file.c
parent9422ee37c3922e323844d987f4781d40025b82d8 (diff)
downloadruby-9f5cccb72b1c3f05f409cb25b469e6f7894f0efb.tar.gz
file.c: cygwin behavior
* file.c: recent cygwin hides NTFS specific features. [ruby-core:78497] [Bug #13008] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 7e8720f07e..55ed82954a 100644
--- a/file.c
+++ b/file.c
@@ -2916,7 +2916,7 @@ static const char file_alt_separator[] = {FILE_ALT_SEPARATOR, '\0'};
#endif
#ifndef USE_NTFS
-#if defined _WIN32 || defined __CYGWIN__
+#if defined _WIN32
#define USE_NTFS 1
#else
#define USE_NTFS 0