about summary refs log tree commit diff
path: root/src/linux/sincos.c
Commit message (Collapse)AuthorAgeFilesLines
* remove junk sincos implementations in preparation to merge nsz's real onesRich Felker2012-03-161-8/+0
|
* workaround gcc bug 46926 by providing a dumb sincos implementationRich Felker2011-02-191-0/+8
note that this library itself is built with -ffreestanding so sincos.c should not be miscompiled even if the gcc used to compile musl has this bug.