]> git.ipfire.org Git - thirdparty/glibc.git/blob - include/fpu_control.h
Further harden glibc malloc metadata against 1-byte overflows.
[thirdparty/glibc.git] / include / fpu_control.h
1 #ifndef _FPU_CONTROL_H
2 #include_next <fpu_control.h>
3
4 # ifndef _ISOMAC
5
6 /* Called at startup. It can be used to manipulate fpu control register. */
7 extern void __setfpucw (fpu_control_t);
8
9 # endif /* !_ISOMAC */
10 #endif /* fpu_control.h */