X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=libc%2Fsysdeps%2Flinux%2Fcommon%2Ffpu_control.h;h=cbcb2c2d710f6f067a1e2da23f57148b6bce62ed;hb=266bdc1f623fe6fe489e5115e0f8ef723705d949;hp=4a1b07d238e5b660f427a3283addcc7d32d096c5;hpb=027d12aeef4386c638f73a4df7171a5d027604f4;p=uclinux-h8%2FuClibc.git diff --git a/libc/sysdeps/linux/common/fpu_control.h b/libc/sysdeps/linux/common/fpu_control.h index 4a1b07d23..cbcb2c2d7 100644 --- a/libc/sysdeps/linux/common/fpu_control.h +++ b/libc/sysdeps/linux/common/fpu_control.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _FPU_CONTROL_H #define _FPU_CONTROL_H @@ -33,7 +32,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 */