math: remove long double version of bessel functions from math.h
authorSzabolcs Nagy <nsz@port70.net>
Tue, 11 Dec 2012 21:57:39 +0000 (22:57 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Tue, 11 Dec 2012 21:57:39 +0000 (22:57 +0100)
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.


No differences found