From 7fb2478092d40e5237115f409968a9762734692b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 23 Aug 2006 19:13:46 +0000 Subject: fixes from psm: disable unsupported __fpu_control and sync with upstream --- libc/sysdeps/linux/alpha/fpu_control.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/alpha/fpu_control.h') diff --git a/libc/sysdeps/linux/alpha/fpu_control.h b/libc/sysdeps/linux/alpha/fpu_control.h index 28acdf170..cdffcfb9d 100644 --- a/libc/sysdeps/linux/alpha/fpu_control.h +++ b/libc/sysdeps/linux/alpha/fpu_control.h @@ -100,7 +100,9 @@ /* Type of the control word. */ typedef unsigned int fpu_control_t; +#if 0 /* Default control word set at startup. */ extern fpu_control_t __fpu_control; +#endif #endif /* _ALPHA_FPU_CONTROL */ -- cgit v1.2.3