On Mon, 11 Oct 2021 18:18:02 GMT, Naoto Sato <na...@openjdk.org> wrote:

>> Wu Yan has updated the pull request incrementally with one additional commit 
>> since the last revision:
>> 
>>   replace realpath
>
> src/java.base/unix/native/libjava/path_util.h line 31:
> 
>> 29: int collapsible(char *names);
>> 30: void splitNames(char *names, char **ix);
>> 31: void joinNames(char *names, int nc, char **ix);
> 
> Are these functions, `collapsible`, `splitNames` and `joinNames` have to be 
> non-static?

You are right, thanks for your suggestions, I'll change these functions to 
static in next commit.

-------------

PR: https://git.openjdk.java.net/jdk/pull/5327

Reply via email to