acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x))
[musl] / src / linux / sbrk.c
2011-09-26 Rich Felkercleanup various minor issues reported by nsz
2011-05-22 Rich Felkerfix brk/sbrk behavior to match the real legacy functions
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-02-12 Rich Felkerinitial check-in, version 0.5.0