Author: das
Date: Mon Jun  3 09:33:51 2013
New Revision: 251294
URL: http://svnweb.freebsd.org/changeset/base/251294

Log:
  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

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h        Mon Jun  3 09:15:15 2013        (r251293)
+++ head/sys/sys/param.h        Mon Jun  3 09:33:51 2013        (r251294)
@@ -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,
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to