previous: >>108794806
#define __NR_restart_syscall 219
https://man7.org/linux/man-pages/man2/restart_syscall.2.html
tl;dr:
internal implementation detail
this isn't even exposed to userspace, so i don't have a ton to say about it. it's interesting that it exists, but that's about the extent of my thoughts on it
relevant resources:
man man
man syscalls
https://man7.org/linux/man-pages/
https://linux.die.net/man/
https://elixir.bootlin.com/linux/
https://elixir.bootlin.com/musl/
https://elixir.bootlin.com/glibc/