diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-24 18:02:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-24 18:02:17 +0000 |
commit | cf4b06dc8cb0e835c23e8fb41a6cab9532c72e0a (patch) | |
tree | 160338fae18c23d7ad5fad7197f8dbde6d50e121 /libc/sysdeps/linux | |
parent | 566ca4fc22bdf05633356f350712631deedaec2c (diff) |
fix from psm: disable unsupported features
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/fpu_control.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/fpu_control.h b/libc/sysdeps/linux/common/fpu_control.h index 4a1b07d23..de261c2eb 100644 --- a/libc/sysdeps/linux/common/fpu_control.h +++ b/libc/sysdeps/linux/common/fpu_control.h @@ -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 */ |