On Thu, 17 Mar 2022 16:08:11 GMT, Tyler Steele <d...@openjdk.java.net> wrote:

>> As mentioned in the issue, I'd like to perform the following tidying on 
>> ClassLoader.c
>> 
>> - Alphabetize includes.
>> - Replace 'if (ptr == 0)' with 'if (ptr == NULL)'.
>> - Replace 'return 0' with 'return NULL'.
>
> Tyler Steele has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   removes unneeded errno.h

All good.

Cheers, Thomas

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

Marked as reviewed by stuefe (Reviewer).

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

Reply via email to