Print this page
5261 libm should stop using synonyms.h

*** 24,35 **** /* * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ ! #pragma weak erff = __erff ! #pragma weak erfcf = __erfcf #include "libm.h" #if defined(__i386) && !defined(__amd64) extern int __swapRP(int); --- 24,35 ---- /* * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ ! #pragma weak __erff = erff ! #pragma weak __erfcf = erfcf #include "libm.h" #if defined(__i386) && !defined(__amd64) extern int __swapRP(int);