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

*** 16,28 **** --- 16,30 ---- * fields enclosed by brackets "[]" replaced with your own identifying * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END */ + /* * Copyright 2011 Nexenta Systems, Inc. All rights reserved. */ + /* * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */
*** 137,143 **** extern long long int llrintl __P((long double)); extern long long int llround __P((double)); extern long long int llroundf __P((float)); extern long long int llroundl __P((long double)); #endif /* _ASM */ - #endif /* _C_LIBM_PROTOS_H */ --- 139,144 ----