summaryrefslogtreecommitdiff
path: root/usr/src/lib/libm/common/m9x/llroundl.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libm/common/m9x/llroundl.c')
-rw-r--r--usr/src/lib/libm/common/m9x/llroundl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/libm/common/m9x/llroundl.c b/usr/src/lib/libm/common/m9x/llroundl.c
index ddb24909a9..44f55378b4 100644
--- a/usr/src/lib/libm/common/m9x/llroundl.c
+++ b/usr/src/lib/libm/common/m9x/llroundl.c
@@ -27,10 +27,10 @@
* Use is subject to license terms.
*/
-#pragma weak llroundl = __llroundl
+#pragma weak __llroundl = llroundl
#if defined(__sparcv9) || defined(__amd64)
-#pragma weak lroundl = __llroundl
-#pragma weak __lroundl = __llroundl
+#pragma weak lroundl = llroundl
+#pragma weak __lroundl = llroundl
#endif
#include "libm.h"