Linux kernel has set of system calls (called syscalls in short) offerred for userspace. Each architecture can support them but the numbers they use for their identification can vary between archs.
And those numbers can be important for some projects (like Valgrind for example).
Check issues list and work on any of them.
I keep copy at https://fedora.juszkiewicz.com.pl/syscalls.html page.