about summary refs log tree commit diff
path: root/sysdeps/powerpc/test-arith.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/test-arith.c')
-rw-r--r--sysdeps/powerpc/test-arith.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/powerpc/test-arith.c b/sysdeps/powerpc/test-arith.c
index 9e1be88098..3cefc3b8cc 100644
--- a/sysdeps/powerpc/test-arith.c
+++ b/sysdeps/powerpc/test-arith.c
@@ -1,5 +1,5 @@
 /* Test floating-point arithmetic operations.
-   Copyright (C) 1997 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -574,7 +574,7 @@ int main(int argc, char **argv)
   fesetenv(FE_DFL_ENV);
   fesetround(FE_TONEAREST);
   fegetenv(rmodes+0);
-  fesetround(FE_TOWARDSZERO);
+  fesetround(FE_TOWARDZERO);
   fegetenv(rmodes+1);
   fesetround(FE_UPWARD);
   fegetenv(rmodes+2);