[BACK]Return to w_lgamma_r.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_lgamma_r.c between version 1.6 and 1.7

version 1.6, 1995/05/10 20:49:27 version 1.7, 1997/10/09 11:35:27
Line 10 
Line 10 
  * ====================================================   * ====================================================
  */   */
   
   #include <sys/cdefs.h>
 #if defined(LIBM_SCCS) && !defined(lint)  #if defined(LIBM_SCCS) && !defined(lint)
 static char rcsid[] = "$NetBSD$";  __RCSID("$NetBSD$");
 #endif  #endif
   
 /*  /*
Line 21  static char rcsid[] = "$NetBSD$";
Line 22  static char rcsid[] = "$NetBSD$";
 #include "math.h"  #include "math.h"
 #include "math_private.h"  #include "math_private.h"
   
   double lgamma_r __P((double, int *));
   
   
 #ifdef __STDC__  #ifdef __STDC__
         double lgamma_r(double x, int *signgamp) /* wrapper lgamma_r */          double lgamma_r(double x, int *signgamp) /* wrapper lgamma_r */

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

CVSweb <webmaster@jp.NetBSD.org>