=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/math.h,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/include/math.h 2010/12/14 11:16:15 1.27 --- src/include/math.h 2011/04/28 18:05:39 1.28 *************** *** 1,4 **** ! /* $OpenBSD: math.h,v 1.27 2010/12/14 11:16:15 martynas Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: math.h,v 1.28 2011/04/28 18:05:39 martynas Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. *************** *** 201,209 **** double lgamma(double); double tgamma(double); - #if 0 double nearbyint(double); - #endif double rint(double); long int lrint(double); long long int llrint(double); --- 201,207 ---- *************** *** 312,320 **** float ceilf(float); float floorf(float); - #if 0 float nearbyintf(float); - #endif float rintf(float); long int lrintf(float); long long int llrintf(float); --- 310,316 ---- *************** *** 444,451 **** #if 0 long double ceill(long double); long double floorl(long double); - long double nearbyintl(long double); #endif long double rintl(long double); #if 0 long int lrintl(long double); --- 440,447 ---- #if 0 long double ceill(long double); long double floorl(long double); #endif + long double nearbyintl(long double); long double rintl(long double); #if 0 long int lrintl(long double);