[BACK]Return to w_asinf.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libm / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libm/src/w_asinf.c between version 1.6 and 1.7

version 1.6, 2002/05/26 22:01:59 version 1.7, 2007/08/20 16:01:39
Line 22  __RCSID("$NetBSD$");
Line 22  __RCSID("$NetBSD$");
  * wrapper asinf(x)   * wrapper asinf(x)
  */   */
   
   #include "namespace.h"
 #include "math.h"  #include "math.h"
 #include "math_private.h"  #include "math_private.h"
   
   #ifdef __weak_alias
   __weak_alias(asinf, _asinf)
   #endif
   
 float  float
 asinf(float x)          /* wrapper asinf */  asinf(float x)          /* wrapper asinf */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>