From: Szabolcs Nagy Date: Tue, 11 Dec 2012 21:57:39 +0000 (+0100) Subject: math: remove long double version of bessel functions from math.h X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=64623cd59a5e72c6322548bca3827a75d5d11918;hp=64623cd59a5e72c6322548bca3827a75d5d11918 math: remove long double version of bessel functions from math.h j0l,j1l,jnl,y0l,j1l,jnl are gnu extensions, bsd and posix do not have them. noone seems to use them and there is no plan to implement them any time soon so we shouldn't declare them in math.h. ---