implement sincosf and sincosl functions; add prototypes
authorRich Felker <dalias@aerifal.cx>
Thu, 15 Mar 2012 06:38:42 +0000 (02:38 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 15 Mar 2012 06:38:42 +0000 (02:38 -0400)
commit5657cc58e5e135bba85c9a7045e10d8de4b1be0a
tree9eb1a46ac4ea495e3b90d11a42f33c05102a854b
parent46702f68f98244f7384d6ac1742a452f0d7a2610
implement sincosf and sincosl functions; add prototypes

presumably broken gcc may generate calls to these, and it's said that
ffmpeg makes use of sincosf.
include/math.h
src/linux/sincosf.c [new file with mode: 0644]
src/linux/sincosl.c [new file with mode: 0644]