From 9ff8d36f27aaf390fd074976cd2e867ba41f2588 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 11 Oct 2010 09:27:05 -0400 Subject: Correct implementation of fmaf. --- math/feupdateenv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/feupdateenv.c') diff --git a/math/feupdateenv.c b/math/feupdateenv.c index 3e6aed4fdf..dd7a1afdb5 100644 --- a/math/feupdateenv.c +++ b/math/feupdateenv.c @@ -1,5 +1,5 @@ /* Install given floating-point environment and raise exceptions. - Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1999, 2000, 2010 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -31,6 +31,7 @@ __feupdateenv (const fenv_t *envp) strong_alias (__feupdateenv, __old_feupdateenv) compat_symbol (libm, __old_feupdateenv, feupdateenv, GLIBC_2_1); #endif +libm_hidden_ver (__feupdateenv, feupdateenv) versioned_symbol (libm, __feupdateenv, feupdateenv, GLIBC_2_2); stub_warning (feupdateenv) -- cgit v1.2.3