mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Include <stdio.h> for printf.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include <fpu_control.h>
|
#include <fpu_control.h>
|
||||||
#include <stdlib.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
main (void)
|
main (void)
|
||||||
@@ -33,7 +33,7 @@ main (void)
|
|||||||
printf ("control word is 0x%x but should be 0x%x.\n", cw, _FPU_DEFAULT);
|
printf ("control word is 0x%x but should be 0x%x.\n", cw, _FPU_DEFAULT);
|
||||||
|
|
||||||
return (cw != _FPU_DEFAULT);
|
return (cw != _FPU_DEFAULT);
|
||||||
|
|
||||||
#else
|
#else
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user