OSDN Git Service

fix from psm: disable unsupported features
authorMike Frysinger <vapier@gentoo.org>
Thu, 24 Aug 2006 18:02:17 +0000 (18:02 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 24 Aug 2006 18:02:17 +0000 (18:02 -0000)
libc/sysdeps/linux/common/fpu_control.h

index 4a1b07d..de261c2 100644 (file)
@@ -33,7 +33,9 @@ typedef unsigned int fpu_control_t;
 #define _FPU_GETCW(cw) 0
 #define _FPU_SETCW(cw) do { } while (0)
 
+#if 0
 /* Default control word set at startup.  */
 extern fpu_control_t __fpu_control;
+#endif
 
 #endif /* _FPU_CONTROL_H */