aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pathname/extconf.rb')
-rw-r--r--ext/pathname/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pathname/extconf.rb b/ext/pathname/extconf.rb
index c9133bc153..84e68277aa 100644
--- a/ext/pathname/extconf.rb
+++ b/ext/pathname/extconf.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: false
require 'mkmf'
-have_struct_member("struct stat", "st_birthtimespec", "sys/stat.h")
+have_func("rb_file_s_birthtime")
create_makefile('pathname')