diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-01-14 14:28:48 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-01-14 14:28:48 +0000 |
commit | cd3a494e99fa4bcad1c2a621b71361005528bead (patch) | |
tree | e9284b7dbd351dac996428189d90a6b479dbfc52 /libm/sh/feholdexcpt.c | |
parent | c617dd785dde62eb0862c576f679fdd43dcd3a9a (diff) |
libm_sh: fix libm build for sh
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libm/sh/feholdexcpt.c')
-rw-r--r-- | libm/sh/feholdexcpt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libm/sh/feholdexcpt.c b/libm/sh/feholdexcpt.c index 1af79b31f..70b51e8dd 100644 --- a/libm/sh/feholdexcpt.c +++ b/libm/sh/feholdexcpt.c @@ -27,4 +27,3 @@ feholdexcept (fenv_t *envp) return 1; } -libm_hidden_def (feholdexcept) |