Print this page
5261 libm should stop using synonyms.h

*** 25,38 **** /* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ ! #pragma weak llroundl = __llroundl #if defined(__sparcv9) || defined(__amd64) ! #pragma weak lroundl = __llroundl ! #pragma weak __lroundl = __llroundl #endif #include "libm.h" #if defined(__sparc) --- 25,38 ---- /* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ ! #pragma weak __llroundl = llroundl #if defined(__sparcv9) || defined(__amd64) ! #pragma weak lroundl = llroundl ! #pragma weak __lroundl = llroundl #endif #include "libm.h" #if defined(__sparc)