Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 16 years ago
parent
commit
2512b5a912
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      package/base/glibc/glibc27/glibc-2.7-fnstsw.patch

+ 14
- 0
package/base/glibc/glibc27/glibc-2.7-fnstsw.patch

@ -0,0 +1,14 @@
http://www.nabble.com/PATCH:-Use-short-for-fnstsw-td14775171.html
--- ./sysdeps/i386/fpu/ftestexcept.c.orig 2008-06-18 23:13:34.000000000 +0200
+++ ./sysdeps/i386/fpu/ftestexcept.c 2008-06-18 23:13:46.000000000 +0200
@@ -26,7 +26,7 @@
int
fetestexcept (int excepts)
{
- int temp;
+ short temp;
int xtemp = 0;
/* Get current exceptions. */

Loading…
Cancel
Save