Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Moved to csu/errno-loc.c.
  • Loading branch information
Ulrich Drepper committed Dec 14, 2005
1 parent b6ab06c commit 9d13fb2
Show file tree
Hide file tree
Showing 772 changed files with 106 additions and 5,974 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sysdeps/generic/e_scalb.c → math/e_scalb.c
Expand Up @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: e_scalb.c,v 1.6 1995/05/10 20:46:09 jtc Exp $";
*/

#include <fenv.h>
#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef _SCALB_INT
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/e_scalbf.c → math/e_scalbf.c
Expand Up @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: e_scalbf.c,v 1.3 1995/05/10 20:46:12 jtc Exp $";
#endif

#include <fenv.h>
#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef _SCALB_INT
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/e_scalbl.c → math/e_scalbl.c
Expand Up @@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $";
*/

#include <fenv.h>
#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef _SCALB_INT
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sysdeps/generic/s_ldexp.c → math/s_ldexp.c
Expand Up @@ -14,7 +14,7 @@
static char rcsid[] = "$NetBSD: s_ldexp.c,v 1.6 1995/05/10 20:47:40 jtc Exp $";
#endif

#include "math.h"
#include <math.h>
#include "math_private.h"
#include <errno.h>

Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/s_ldexpf.c → math/s_ldexpf.c
Expand Up @@ -17,7 +17,7 @@
static char rcsid[] = "$NetBSD: s_ldexpf.c,v 1.3 1995/05/10 20:47:42 jtc Exp $";
#endif

#include "math.h"
#include <math.h>
#include "math_private.h"
#include <errno.h>

Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/s_ldexpl.c → math/s_ldexpl.c
Expand Up @@ -18,7 +18,7 @@
static char rcsid[] = "$NetBSD: $";
#endif

#include "math.h"
#include <math.h>
#include "math_private.h"
#include <errno.h>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sysdeps/generic/s_nextafter.c → math/s_nextafter.c
Expand Up @@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: s_nextafter.c,v 1.8 1995/05/10 20:47:58 jtc Exp
#define __nexttoward __internal___nexttoward
#define nexttoward __internal_nexttoward

#include "math.h"
#include <math.h>
#include "math_private.h"
#include <float.h>

Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/s_nexttowardf.c → math/s_nexttowardf.c
Expand Up @@ -20,7 +20,7 @@
* Special cases:
*/

#include "math.h"
#include <math.h>
#include "math_private.h"
#include <float.h>

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion sysdeps/generic/s_significand.c → math/s_significand.c
Expand Up @@ -20,7 +20,7 @@ static char rcsid[] = "$NetBSD: s_significand.c,v 1.6 1995/05/10 20:48:11 jtc Ex
* for exercising the fraction-part(F) IEEE 754-1985 test vector.
*/

#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef __STDC__
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/s_significandf.c → math/s_significandf.c
Expand Up @@ -17,7 +17,7 @@
static char rcsid[] = "$NetBSD: s_significandf.c,v 1.3 1995/05/10 20:48:13 jtc Exp $";
#endif

#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef __STDC__
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/s_significandl.c → math/s_significandl.c
Expand Up @@ -24,7 +24,7 @@ static char rcsid[] = "$NetBSD: $";
* for exercising the fraction-part(F) IEEE 754-1985 test vector.
*/

#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef __STDC__
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sysdeps/generic/w_acos.c → math/w_acos.c
Expand Up @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_acos.c,v 1.6 1995/05/10 20:48:26 jtc Exp $";
* wrap_acos(x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_acosf.c → math/w_acosf.c
Expand Up @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_acosf.c,v 1.3 1995/05/10 20:48:29 jtc Exp $";
* wrap_acosf(x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_acosh.c → math/w_acosh.c
Expand Up @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_acosh.c,v 1.6 1995/05/10 20:48:31 jtc Exp $";
* wrapper acosh(x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef __STDC__
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_acoshf.c → math/w_acoshf.c
Expand Up @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_acoshf.c,v 1.3 1995/05/10 20:48:33 jtc Exp $";
* wrapper acoshf(x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef __STDC__
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_acoshl.c → math/w_acoshl.c
Expand Up @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: $";
* wrapper acoshl(x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef __STDC__
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_acosl.c → math/w_acosl.c
Expand Up @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: $";
* wrap_acosl(x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_asin.c → math/w_asin.c
Expand Up @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_asin.c,v 1.6 1995/05/10 20:48:35 jtc Exp $";
*/


#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_asinf.c → math/w_asinf.c
Expand Up @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_asinf.c,v 1.3 1995/05/10 20:48:37 jtc Exp $";
*/


#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_asinl.c → math/w_asinl.c
Expand Up @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
*/


#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_atan2.c → math/w_atan2.c
Expand Up @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_atan2.c,v 1.6 1995/05/10 20:48:39 jtc Exp $";
* wrapper atan2(y,x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_atan2f.c → math/w_atan2f.c
Expand Up @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_atan2f.c,v 1.3 1995/05/10 20:48:42 jtc Exp $";
* wrapper atan2f(y,x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_atan2l.c → math/w_atan2l.c
Expand Up @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: $";
* wrapper atan2l(y,x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_atanh.c → math/w_atanh.c
Expand Up @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_atanh.c,v 1.6 1995/05/10 20:48:43 jtc Exp $";
* wrapper atanh(x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_atanhf.c → math/w_atanhf.c
Expand Up @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_atanhf.c,v 1.3 1995/05/10 20:48:45 jtc Exp $";
* wrapper atanhf(x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_atanhl.c → math/w_atanhl.c
Expand Up @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: $";
* wrapper atanhl(x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_cosh.c → math/w_cosh.c
Expand Up @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_cosh.c,v 1.6 1995/05/10 20:48:47 jtc Exp $";
* wrapper cosh(x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef __STDC__
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_coshf.c → math/w_coshf.c
Expand Up @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_coshf.c,v 1.3 1995/05/10 20:48:49 jtc Exp $";
* wrapper coshf(x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef __STDC__
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_coshl.c → math/w_coshl.c
Expand Up @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: $";
* wrapper coshl(x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef __STDC__
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion sysdeps/generic/w_dremf.c → math/w_dremf.c
Expand Up @@ -5,7 +5,7 @@
* Placed into the Public Domain, 1994.
*/

#include "math.h"
#include <math.h>
#include "math_private.h"

float
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion sysdeps/generic/w_exp10.c → math/w_exp10.c
Expand Up @@ -17,7 +17,7 @@
* wrapper exp10(x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef __STDC__
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_exp10f.c → math/w_exp10f.c
Expand Up @@ -17,7 +17,7 @@
* wrapper expf10(x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef __STDC__
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_exp10l.c → math/w_exp10l.c
Expand Up @@ -18,7 +18,7 @@
* wrapper exp10l(x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef __STDC__
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_exp2.c → math/w_exp2.c
Expand Up @@ -3,7 +3,7 @@
*/

#include <float.h>
#include "math.h"
#include <math.h>
#include "math_private.h"

static const double o_threshold= (double) DBL_MAX_EXP;
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_exp2f.c → math/w_exp2f.c
Expand Up @@ -3,7 +3,7 @@
*/

#include <float.h>
#include "math.h"
#include <math.h>
#include "math_private.h"

static const float o_threshold= (float) FLT_MAX_EXP;
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_exp2l.c → math/w_exp2l.c
Expand Up @@ -3,7 +3,7 @@
*/

#include <float.h>
#include "math.h"
#include <math.h>
#include "math_private.h"

static const long double o_threshold = (long double) LDBL_MAX_EXP;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion sysdeps/generic/w_fmod.c → math/w_fmod.c
Expand Up @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_fmod.c,v 1.6 1995/05/10 20:48:55 jtc Exp $";
* wrapper fmod(x,y)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_fmodf.c → math/w_fmodf.c
Expand Up @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_fmodf.c,v 1.3 1995/05/10 20:48:57 jtc Exp $";
* wrapper fmodf(x,y)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_fmodl.c → math/w_fmodl.c
Expand Up @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: $";
* wrapper fmodl(x,y)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_hypot.c → math/w_hypot.c
Expand Up @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_hypot.c,v 1.6 1995/05/10 20:49:07 jtc Exp $";
* wrapper hypot(x,y)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_hypotf.c → math/w_hypotf.c
Expand Up @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_hypotf.c,v 1.3 1995/05/10 20:49:09 jtc Exp $";
* wrapper hypotf(x,y)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_hypotl.c → math/w_hypotl.c
Expand Up @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: $";
* wrapper hypotl(x,y)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"


Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_j0.c → math/w_j0.c
Expand Up @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_j0.c,v 1.6 1995/05/10 20:49:11 jtc Exp $";
* wrapper j0(double x), y0(double x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef __STDC__
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/w_j0f.c → math/w_j0f.c
Expand Up @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_j0f.c,v 1.3 1995/05/10 20:49:13 jtc Exp $";
* wrapper j0f(float x), y0f(float x)
*/

#include "math.h"
#include <math.h>
#include "math_private.h"

#ifdef __STDC__
Expand Down

0 comments on commit 9d13fb2

Please sign in to comment.