On Tue, 21 Nov 2023 17:54:08 GMT, suchismith1993 <d...@openjdk.org> wrote:

>> src/java.base/aix/native/libsyslookup/syslookup.c line 30:
>> 
>>> 28: #include <stdio.h>
>>> 29: #include <string.h>
>>> 30: #include <stdlib.h>
>> 
>> Are string.h and stdlib.h needed? I can't see them in the comments below.
>
> string.h is needed for strlen. Let me check for stdlib.h by excluding it.

ah, a comment above strlen would help.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16414#discussion_r1400966451

Reply via email to