man seccomp:
"SECCOMP_SET_MODE_STRICT
The only system calls that the calling thread is permitted to make are read(2), write(2), _exit(2) (but not exit_group(2))"
glibc: every function to exit a process wraps exit_group().
syscall() it is. :blobcatfacepalm: