Print this page
11210 libm should be cstyle(1ONBLD) clean

*** 32,42 **** #ifndef _LIBM_INLINES_H #define _LIBM_INLINES_H #ifdef __GNUC__ - #ifdef __cplusplus extern "C" { #endif #include <sys/types.h> --- 32,41 ----
*** 259,269 **** return (f); } extern __GNU_INLINE double ! rint(double a) { return (__inline_rint(a)); } extern __GNU_INLINE double scalbn(double d, int n) --- 258,269 ---- return (f); } extern __GNU_INLINE double ! rint(double a) ! { return (__inline_rint(a)); } extern __GNU_INLINE double scalbn(double d, int n)
*** 343,351 **** } #ifdef __cplusplus } #endif - #endif /* __GNUC__ */ - #endif /* _LIBM_INLINES_H */ --- 343,349 ----