12 lines
307 B
Diff
12 lines
307 B
Diff
|
--- glibc-2.7/sysdeps/i386/fpu/ftestexcept.c.vaniglia 2009-01-28 22:38:10.000000000 +0100
|
||
|
+++ glibc-2.7/sysdeps/i386/fpu/ftestexcept.c 2009-01-28 22:39:05.000000000 +0100
|
||
|
@@ -26,7 +26,7 @@
|
||
|
int
|
||
|
fetestexcept (int excepts)
|
||
|
{
|
||
|
- int temp;
|
||
|
+ short temp;
|
||
|
int xtemp = 0;
|
||
|
|
||
|
/* Get current exceptions. */
|