On Sat, 31 Oct 2020 at 11:21, Michael Grunditz michael.grunditz@gmail.com wrote:
Hi! In both x86_64 and aarch64 it isn't defined in toolchain or Genode. In system includes both platforms has a #Ifdef __NR_ etc. But neither of the systems define that.
I realised that they lived in the kernel headers, but still no luck. They are defined in asm/unistd32.h but I think only asm-generic/unistd.h gets included. I get no errors from syscalls defined in that header file. I am not so used to linux.