]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - include/fpu_control.h
Add per-thread cache to malloc
[thirdparty/glibc.git] / include / fpu_control.h
index a0a4febf9ebedddc7d5528fb83aa18c292a003fa..4498a83b878acb5a2daf356db4f03bfecf881237 100644 (file)
@@ -1,4 +1,10 @@
+#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 __P ((fpu_control_t));
+extern void __setfpucw (fpu_control_t);
+
+# endif /* !_ISOMAC */
+#endif /* fpu_control.h */