~vcs-imports/eglibc/trunk

« back to all changes in this revision

Viewing changes to libc/math/test-fpucw-ieee.c

  • Committer: joseph
  • Date: 2014-01-22 02:56:41 UTC
  • Revision ID: svn-v4:7b3dc134-2b1b-0410-93df-9e9f96275f8d:trunk:25088
Merge changes between r24941 and r25087 from /fsf/trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
# define FPU_CONTROL _FPU_IEEE
22
22
#endif
23
23
 
24
 
#include "test-fpucw.c"
 
24
#include <test-fpucw.c>
25
25
 
26
26
/* Preempt the library's definition of `__fpu_control'.  */
27
27
fpu_control_t __fpu_control = FPU_CONTROL;