Arm64 builders failed with:
error: use of undeclared identifier 'SYS_fork'
https://lab.llvm.org/buildbot/#/builders/7/builds/2575
Indeed, not all arches have fork syscall.
Implement fork via clone on these arches.
|  Differential  D101603  
tsan: fix fork syscall test Authored by dvyukov on Apr 30 2021, 1:21 AM. 
Details 
 Arm64 builders failed with: Indeed, not all arches have fork syscall. 
Diff Detail 
 |