summaryrefslogtreecommitdiff
path: root/ruby.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-03-19 03:20:24 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-03-19 03:20:24 +0000
commit1f904eed442f268d9f856aa25edbc7d7e906e6ae (patch)
treecbaec0fd2c96e995c07daf489fbb8f62782621c9 /ruby.h
parentaa6fa0c75dff68dbe7a66b2fa1add778a050fb5d (diff)
* dir.c (glob_helper): replace lstat() by stat() to follow symlink
in the case like 'symlink/*'. * dir.c (glob_helper): gave warning too much. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.h')
-rw-r--r--ruby.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ruby.h b/ruby.h
index ff7edf6c55..a9f9c11503 100644
--- a/ruby.h
+++ b/ruby.h
@@ -592,10 +592,6 @@ rb_special_const_p(VALUE obj)
static char *dln_libs_to_be_linked[] = { EXTLIB, 0 };
#endif
-#ifndef rb_sys_stat
-#define rb_sys_stat stat
-#endif
-
#if defined(__cplusplus)
} /* extern "C" { */
#endif