Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 458020 | Differences between
and this patch

Collapse All | Expand All

(-)glibc-2.6.1/sysdeps/i386/fpu/ftestexcept.c.vanilla (-1 / +1 lines)
Lines 26-32 Link Here
26
int
26
int
27
fetestexcept (int excepts)
27
fetestexcept (int excepts)
28
{
28
{
29
  int temp;
29
  short temp;
30
  int xtemp = 0;
30
  int xtemp = 0;
31
31
32
  /* Get current exceptions.  */
32
  /* Get current exceptions.  */

Return to bug 458020