Fix lost feraiseexcept symbol

This commit is contained in:
Andreas Schwab 2011-10-14 11:21:05 +02:00
parent f2282d42b4
commit 6b1f68c91f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-10-14 Andreas Schwab <schwab@redhat.com>
* sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
2011-10-13 Roland McGrath <roland@hack.frob.com>
[BZ #13291]

View File

@ -117,4 +117,5 @@ __feraiseexcept (int excepts)
/* Success. */
return 0;
}
libm_hidden_ver (__feraiseexcept, feraiseexcept)
strong_alias (__feraiseexcept, feraiseexcept)
libm_hidden_def (feraiseexcept)