Bump __FreeBSD_version for the addition of the following functions to libm:

cacos, cacosf, cacosh, cacoshf,
  casin, casinf, casinh, casinhf,
  catan, catanf, catanh, catanhf,
  logl, log2l, log10l, log1pl
I am hoping kargl@ will commit expl and expm1l soon, in which case this
bump will cover those, too.

Requested by:	danfe
This commit is contained in:
David Schultz 2013-06-03 09:33:51 +00:00
parent 8ffb5b838e
commit 0921e73008
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251294

View File

@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1000033 /* Master, propagated to newvers */
#define __FreeBSD_version 1000034 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,