summaryrefslogtreecommitdiff
path: root/src/fenv/i386/fenv.s
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2018-09-10 15:51:44 -0400
committerRich Felker <dalias@aerifal.cx>2018-09-12 14:34:32 -0400
commit039f1b3c564667ab6fc9955bd892c2e527eb80b0 (patch)
tree2ef6e7d47c72a8bb1d18bf11a4069bd5d7b4a15e /src/fenv/i386/fenv.s
parent5e1019b01c968707accc85c99e63a18af665cf27 (diff)
downloadmusl-039f1b3c564667ab6fc9955bd892c2e527eb80b0.tar.gz
make arch __fesetround backends hidden
these are not public interfaces and do not match the public function, but delegate argument checking to it.
Diffstat (limited to 'src/fenv/i386/fenv.s')
-rw-r--r--src/fenv/i386/fenv.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fenv/i386/fenv.s b/src/fenv/i386/fenv.s
index a189ca2e..e7f7932a 100644
--- a/src/fenv/i386/fenv.s
+++ b/src/fenv/i386/fenv.s
@@ -61,6 +61,7 @@ feraiseexcept:
ret
.global __fesetround
+.hidden __fesetround
.type __fesetround,@function
__fesetround:
mov 4(%esp),%ecx