=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/math.h,v retrieving revision 1.19 retrieving revision 1.20 diff -c -r1.19 -r1.20 *** src/include/math.h 2008/07/24 09:35:30 1.19 --- src/include/math.h 2008/07/24 09:41:58 1.20 *************** *** 1,4 **** ! /* $OpenBSD: math.h,v 1.19 2008/07/24 09:35:30 martynas Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: math.h,v 1.20 2008/07/24 09:41:58 martynas Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. *************** *** 211,219 **** extern double asinh(double); extern double atanh(double); - #if 0 /* XXX */ extern double exp2(double); - #endif /* XXX */ extern double expm1(double); extern int ilogb(double); extern double log1p(double); --- 211,217 ---- *************** *** 246,259 **** extern double trunc(double); extern double remainder(double, double); - #if 0 /* XXX */ extern double remquo(double, double, int *); - #endif /* XXX */ extern double copysign(double, double); - #if 0 /* XXX */ extern double nan(const char *); - #endif /* XXX */ extern double nextafter(double, double); #if 0 extern double nexttoward(double, long double); --- 244,253 ---- *************** *** 328,336 **** extern float tanhf(float); extern float expf(float); - #if 0 /* XXX */ extern float exp2f(float); - #endif /* XXX */ extern float expm1f(float); extern float frexpf(float, int *); extern int ilogbf(float); --- 322,328 ---- *************** *** 374,387 **** extern float fmodf(float, float); extern float remainderf(float, float); - #if 0 /* XXX */ extern float remquof(float, float, int *); - #endif /* XXX */ extern float copysignf(float, float); - #if 0 /* XXX */ extern float nanf(const char *); - #endif /* XXX */ extern float nextafterf(float, float); #if 0 extern float nexttowardf(float, long double); --- 366,375 ----