diff --git a/file.c b/file.c index 23a218a6de..a6b55662ea 100644 --- a/file.c +++ b/file.c @@ -244,7 +244,7 @@ rb_str_encode_ospath(VALUE path) } #ifdef __APPLE__ -VALUE +static VALUE rb_str_normalize_ospath0(const char *ptr, long len) { VALUE str;