From 8d2e44c2703d130bdc7005c397251a29351c34fc Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 5 Nov 2016 08:59:42 +0000 Subject: rename to noatime? git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/-test-/file/fs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/-test-/file') diff --git a/ext/-test-/file/fs.c b/ext/-test-/file/fs.c index 06f03756ad..c9c3473257 100644 --- a/ext/-test-/file/fs.c +++ b/ext/-test-/file/fs.c @@ -79,7 +79,7 @@ get_fsname(VALUE self, VALUE str) } VALUE -get_atime_p(VALUE self, VALUE str) +get_noatime_p(VALUE self, VALUE str) { #ifdef STATFS statfs_t st; @@ -104,5 +104,5 @@ Init_fs(VALUE module) { VALUE fs = rb_define_module_under(module, "Fs"); rb_define_module_function(fs, "fsname", get_fsname, 1); - rb_define_module_function(fs, "atime?", get_atime_p, 1); + rb_define_module_function(fs, "noatime?", get_noatime_p, 1); } -- cgit v1.2.3