diff options
Diffstat (limited to 'libc/sysdeps/linux/alpha/fpu_control.h')
-rw-r--r-- | libc/sysdeps/linux/alpha/fpu_control.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |