Module Name: src Committed By: joerg Date: Sun Nov 8 02:20:26 UTC 2015
Modified Files: src/lib/libc: shlib_version Log Message: Soft-float support for rounding mode is currently not thread-safe, which is not acceptable. Decision should be made on whether full fenv.h support is desirable and then fix this appropiately. Math functions (both libc and libm) should not touch errno, this creates unnecessary problems for compilers. To generate a diff of this commit: cvs rdiff -u -r1.260 -r1.261 src/lib/libc/shlib_version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.