< prev index next >

src/java.base/unix/native/libjli/java_md_solinux.c

Print this page
@  rev 16981 : [mq]: libc
|

*** 240,254 **** char *llp; char *dmllp = NULL; char *p; /* a utility pointer */ #ifdef __linux ! #ifndef CLIB ! #error "CLIB not set" #endif ! if (strcmp(CLIB, "musl") == 0) { /* * The musl library loader requires LD_LIBRARY_PATH to be set in * order to correctly resolve the dependency libjava.so has on libjvm.so. * * Specifically, it differs from glibc in the sense that even if --- 240,254 ---- char *llp; char *dmllp = NULL; char *p; /* a utility pointer */ #ifdef __linux ! #ifndef LIBC ! #error "LIBC not set" #endif ! if (strcmp(LIBC, "musl") == 0) { /* * The musl library loader requires LD_LIBRARY_PATH to be set in * order to correctly resolve the dependency libjava.so has on libjvm.so. * * Specifically, it differs from glibc in the sense that even if
< prev index next >