Project

General

Profile

Bug #17645 ยป ruby-time_t.patch

xtkoba (Tee KOBAYASHI), 02/19/2021 03:06 PM

View differences:

file.c
/* birthtime is not supported on the filesystem */
statx_notimplement("birthtime");
}
return rb_time_nano_new(stx->stx_btime.tv_sec, stx->stx_btime.tv_nsec);
return rb_time_nano_new((time_t)stx->stx_btime.tv_sec, stx->stx_btime.tv_nsec);
}
typedef struct statx statx_data;
    (1-1/1)