All syscalls are converted to function calls except for `arch_prctl`. We need to patch musl so that it goes through a regular musl arch_prctl. [syscall_entry.cpp](https://github.com/includeos/IncludeOS/blob/main/src/arch/x86_64/syscall_entry.cpp).