about summary refs log tree commit diff
path: root/include/fpu_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fpu_control.h')
-rw-r--r--include/fpu_control.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/fpu_control.h b/include/fpu_control.h
deleted file mode 100644
index 4498a83b87..0000000000
--- a/include/fpu_control.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _FPU_CONTROL_H
-#include_next <fpu_control.h>
-
-# ifndef _ISOMAC
-
-/* Called at startup.  It can be used to manipulate fpu control register.  */
-extern void __setfpucw (fpu_control_t);
-
-# endif /* !_ISOMAC */
-#endif /* fpu_control.h */