mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
Fix lost feraiseexcept symbol
This commit is contained in:
parent
f2282d42b4
commit
6b1f68c91f
@ -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]
|
||||
|
@ -117,4 +117,5 @@ __feraiseexcept (int excepts)
|
||||
/* Success. */
|
||||
return 0;
|
||||
}
|
||||
libm_hidden_ver (__feraiseexcept, feraiseexcept)
|
||||
strong_alias (__feraiseexcept, feraiseexcept)
|
||||
libm_hidden_def (feraiseexcept)
|
||||
|
Loading…
Reference in New Issue
Block a user