From 039f1b3c564667ab6fc9955bd892c2e527eb80b0 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 10 Sep 2018 15:51:44 -0400 Subject: make arch __fesetround backends hidden these are not public interfaces and do not match the public function, but delegate argument checking to it. --- src/fenv/i386/fenv.s | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fenv/i386/fenv.s') 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 -- cgit v1.2.1