mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
c7463af767
Remove unused mrb_stat typedef from file.c that conflicted with the mrb_stat() function in file_test.c when compiled as a single translation unit. Fix convert_stat() in hal-posix-io to handle st_atime macro correctly in both normal and amalgamated builds by extracting time values before undefining the macros. Co-authored-by: Claude <noreply@anthropic.com>