summaryrefslogtreecommitdiff
path: root/usr/src/lib/libm/common/m9x/feround.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libm/common/m9x/feround.c')
-rw-r--r--usr/src/lib/libm/common/m9x/feround.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/lib/libm/common/m9x/feround.c b/usr/src/lib/libm/common/m9x/feround.c
index 5d56ae0c89..ece6a52586 100644
--- a/usr/src/lib/libm/common/m9x/feround.c
+++ b/usr/src/lib/libm/common/m9x/feround.c
@@ -27,13 +27,11 @@
* Use is subject to license terms.
*/
-#pragma weak fegetround = __fegetround
-#pragma weak fesetround = __fesetround
+#pragma weak __fegetround = fegetround
+#pragma weak __fesetround = fesetround
#pragma weak fegetround96 = __fegetround
-#pragma weak fesetround96 = __fesetround96
-#include "fenv_synonyms.h"
#include <fenv.h>
#include <ucontext.h>
#include <thread.h>