mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b70c393039
int64_t was unnecessary; readlink(2) returns ssize_t (bounded by PATH_MAX), and the Windows HAL just raises NotImplementedError. Co-authored-by: Claude <noreply@anthropic.com>