diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-05-09 22:16:34 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-05-30 20:55:12 +0900 |
commit | 18a036a6133bd141dfc25cd48ced9a2b78826af6 () | |
tree | fa83f582fd9791db77abf7232fa5b3b31e36bcfb /include | |
parent | a333fb1eccf5218559c89bd51753e48a8a156ade (diff) |
[Feature #21205] Define File::Stat#birthtime by statx
Notes: Merged: https://.com/ruby/ruby/pull/13474
-rw-r--r-- | include/ruby/io.h | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -66,6 +66,21 @@ RBIMPL_SYMBOL_EXPORT_BEGIN() struct stat; struct timeval; /** * Indicates that a timeout has occurred while performing an IO operation. */ @@ -1098,6 +1113,18 @@ int rb_io_read_pending(rb_io_t *fptr); */ VALUE rb_stat_new(const struct stat *st); /* gc.c */ RBIMPL_SYMBOL_EXPORT_END() |