acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x))
[musl] / src / thread / forkall.c
2011-09-18 Rich Felkeroverhaul clone syscall wrapping
2011-08-12 Rich Felkerimplement forkall