OSDN Git Service

errno: hide __libc_resp, __libc_errno, and __libc_h_errno
[uclinux-h8/uClibc.git] / libm / s_round.c
index 0308948..b3e2263 100644 (file)
    02111-1307 USA.  */
 
 #include <math.h>
-
 #include "math_private.h"
 
-
 static const double huge = 1.0e300;
 
-libm_hidden_proto(round)
 double
 round (double x)
 {