RFR: JDK-8317799 : AIX PPC64: FFI symbol lookup doesn't find symbols [v6]
Martin Doerr
mdoerr at openjdk.org
Tue Nov 21 17:59:24 UTC 2023
On Tue, 21 Nov 2023 17:54:08 GMT, suchismith1993 <duke at 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
More information about the build-dev
mailing list