Hello to all, I want to build a rather small Java Runtime Environment with OpenJDK8 and the small JamVM and use musl for this purpose. Unfortunately OpenJDK needs the header sys/sysctl.h which musl does not provide anymore ( I found older musl version which include this header). Is there a reason for that? Maybe someone already tried to build OpenJDK8 with musl and could give me some further hints? Thanks in advance Frieder