* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
88798f0787
commit
d3ff564779
6
file.c
6
file.c
@ -2380,9 +2380,9 @@ rb_file_s_birthtime(VALUE klass, VALUE fname)
|
|||||||
struct statx stx;
|
struct statx stx;
|
||||||
|
|
||||||
if (rb_statx(fname, &stx, STATX_BTIME) < 0) {
|
if (rb_statx(fname, &stx, STATX_BTIME) < 0) {
|
||||||
int e = errno;
|
int e = errno;
|
||||||
FilePathValue(fname);
|
FilePathValue(fname);
|
||||||
rb_syserr_fail_path(e, fname);
|
rb_syserr_fail_path(e, fname);
|
||||||
}
|
}
|
||||||
if (!(stx.stx_mask & STATX_BTIME)) {
|
if (!(stx.stx_mask & STATX_BTIME)) {
|
||||||
/* birthtime is not supported on the filesystem */
|
/* birthtime is not supported on the filesystem */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user