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

*** 20,29 **** --- 20,30 ---- */ /* * Copyright 2011 Nexenta Systems, Inc. All rights reserved. */ + /* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */
*** 42,56 **** #include "fenv_inlines.h" #include <stdio.h> #include <sys/isa_defs.h> double ! __fmin(double x, double y) { union { unsigned i[2]; double d; } xx, yy; unsigned s; /* if y is nan, replace it by x */ if (y != y) y = x; --- 43,59 ---- #include "fenv_inlines.h" #include <stdio.h> #include <sys/isa_defs.h> double ! __fmin(double x, double y) ! { union { unsigned i[2]; double d; } xx, yy; + unsigned s; /* if y is nan, replace it by x */ if (y != y) y = x;