acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x))
[musl] / src / string / memccpy.c
2011-04-07 Rich Felkerfix misplaced *'s in string functions (harmless)
2011-02-24 Rich Felkeradd implementation of memccpy function