summary refs log tree commit diff
path: root/sysdeps/arm/fpu/fpu_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/arm/fpu/fpu_control.h')
-rw-r--r--sysdeps/arm/fpu/fpu_control.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/arm/fpu/fpu_control.h b/sysdeps/arm/fpu/fpu_control.h
index 8a2d338c49..27b8dda972 100644
--- a/sysdeps/arm/fpu/fpu_control.h
+++ b/sysdeps/arm/fpu/fpu_control.h
@@ -83,11 +83,4 @@ typedef unsigned int fpu_control_t;
 /* Default control word set at startup.  */
 extern fpu_control_t __fpu_control;
 
-__BEGIN_DECLS
-
-/* Called at startup.  It can be used to manipulate fpu control register.  */
-extern void __setfpucw __P ((fpu_control_t));
-
-__END_DECLS
-
 #endif /* _FPU_CONTROL_H */