acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x))
[musl] / src / misc / getrlimit.c
2012-01-21 Rich Felkeruse prlimit syscall for getrlimit/setrlimit
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-02-15 Rich Felkerfix getrlimit handling on 32-bit systems, and ease...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0