OSDN Git Service

Merge commit 'origin/master' into nptl
[uclinux-h8/uClibc.git] / libm / s_lround.c
index 604004f..acf8fb6 100644 (file)
    02111-1307 USA.  */
 
 #include <math.h>
-
 #include "math_private.h"
 
-libm_hidden_proto(lround)
 long int
 lround (double x)
 {