summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 1a88bec89b..4c888e1293 100644
--- a/file.c
+++ b/file.c
@@ -1290,7 +1290,7 @@ typedef struct statx statx_data;
#else
# define statx_has_birthtime(st) 0
#endif /* !defined(HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC) && \
- defined(HAVE_STRUCT_STATX_STX_BTIME) */
+ defined(HAVE_STRUCT_STATX_STX_BTIME) */
static int
rb_stat(VALUE file, struct stat *st)