<i18n dev> RFR: 8273111: Default timezone should return zone ID if /etc/localtime is valid but not canonicalization on linux [v2]

Wu Yan wuyan at openjdk.java.net
Wed Oct 13 09:06:52 UTC 2021


On Mon, 11 Oct 2021 18:18:02 GMT, Naoto Sato <naoto at 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


More information about the i18n-dev mailing list