fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d863be7cb6
commit
e3a57e06de
2
file.c
2
file.c
@ -5545,7 +5545,7 @@ statfs_fstypename(VALUE self)
|
|||||||
return rb_str_new_cstr(get_statfs(self)->f_fstypename);
|
return rb_str_new_cstr(get_statfs(self)->f_fstypename);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
#define statfs_fsname rb_f_notimplement
|
#define statfs_fstypename rb_f_notimplement
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
VALUE rb_mFConst;
|
VALUE rb_mFConst;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user