workaround gcc bug 46926 by providing a dumb sincos implementation
authorRich Felker <dalias@aerifal.cx>
Sat, 19 Feb 2011 22:56:57 +0000 (17:56 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 19 Feb 2011 22:56:57 +0000 (17:56 -0500)
commit13e8459232608f841d5e3f7171da80a8dfce7941
treeee85245dec01e03f3197bc35a720d841e3a13d27
parent98e02144dabec08c1d652a8cb233900516da6d23
workaround gcc bug 46926 by providing a dumb sincos implementation

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.
src/linux/sincos.c [new file with mode: 0644]