=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/math.h,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/include/math.h 2006/07/12 06:43:31 1.13 --- src/include/math.h 2006/07/12 07:26:07 1.14 *************** *** 1,4 **** ! /* $OpenBSD: math.h,v 1.13 2006/07/12 06:43:31 brad Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: math.h,v 1.14 2006/07/12 07:26:07 brad Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. *************** *** 141,146 **** --- 141,147 ---- extern double floor(double); extern double fmod(double, double); + extern double round(double); extern double trunc(double); #if __BSD_VISIBLE || __XPG_VISIBLE *************** *** 236,241 **** --- 237,243 ---- extern float floorf(float); extern float fmodf(float, float); + extern float roundf(float); extern float truncf(float); extern float erff(float);