summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-19 02:38:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-19 02:38:02 +0000
commit5155a402abc54f260e49228f7ded5408444cbe0e (patch)
treee4bf7dbfa0fd80e9b756c0195505fbfe75c7697a /include/ruby
parente2853f5d815fe341b540a4aa8a3ab0dea1c9290c (diff)
win32.c: S_IFLNK
* win32/win32.c (fileattr_to_unixmode): set symlink for reparse points. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
-rw-r--r--include/ruby/win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ruby/win32.h b/include/ruby/win32.h
index 4b938626af..eaf7363237 100644
--- a/include/ruby/win32.h
+++ b/include/ruby/win32.h
@@ -439,6 +439,8 @@ __declspec(dllimport) extern int finite(double);
#define S_IXOTH 0001
#endif
+#define S_IFLNK 0xa000
+
/*
* define this so we can do inplace editing
*/