diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-02-26 08:38:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-02-26 08:38:37 +0000 |
commit | d424955575ad2bd2a70c2b85fbee6c4103b802d1 (patch) | |
tree | 136ab4fd1490186b168956010ec634690efab8ea /sysdeps/alpha/fpu | |
parent | 0c70eb4af396e990dcb5a7ca47f234fb521a1f58 (diff) | |
download | glibc-d424955575ad2bd2a70c2b85fbee6c4103b802d1.tar glibc-d424955575ad2bd2a70c2b85fbee6c4103b802d1.tar.gz glibc-d424955575ad2bd2a70c2b85fbee6c4103b802d1.tar.bz2 glibc-d424955575ad2bd2a70c2b85fbee6c4103b802d1.zip |
(FE_TOWARDZERO): Correct typo.
Diffstat (limited to 'sysdeps/alpha/fpu')
-rw-r--r-- | sysdeps/alpha/fpu/bits/fenv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/alpha/fpu/bits/fenv.h b/sysdeps/alpha/fpu/bits/fenv.h index 4482f0a2dd..2ccf149f0a 100644 --- a/sysdeps/alpha/fpu/bits/fenv.h +++ b/sysdeps/alpha/fpu/bits/fenv.h @@ -1,4 +1,4 @@ -/* 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 @@ -68,8 +68,8 @@ enum enum { - FE_TOWARDSZERO = 0, -#define FE_TOWARDSZERO FE_TOWARDSZERO + FE_TOWARDZERO = 0, +#define FE_TOWARDZERO FE_TOWARDZERO FE_DOWNWARD = 1, #define FE_DOWNWARD FE_DOWNWARD |