diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-18 04:49:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-18 04:49:34 +0000 |
commit | 01608292818847e1d1aa69dc0d24104a67a193e3 (patch) | |
tree | c2caefbbc2d860ca9dcb44572ff584447e136a6c /sysdeps/alpha | |
parent | ddad941ea4bd020f6af4174822f991b38872bb9b (diff) | |
download | glibc-01608292818847e1d1aa69dc0d24104a67a193e3.tar.gz glibc-01608292818847e1d1aa69dc0d24104a67a193e3.tar.xz glibc-01608292818847e1d1aa69dc0d24104a67a193e3.zip |
Update.
* sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq): Handle kernels which report only three digits after the decimal point. Reported by Van Okamura <van.okamura@oracle.com>.
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r-- | sysdeps/alpha/fpu/libm-test-ulps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/alpha/fpu/libm-test-ulps b/sysdeps/alpha/fpu/libm-test-ulps index 6d664c8a53..70a0f0897f 100644 --- a/sysdeps/alpha/fpu/libm-test-ulps +++ b/sysdeps/alpha/fpu/libm-test-ulps @@ -770,8 +770,8 @@ idouble: 1 ifloat: 2 Function: "atan2": -float: 3 -ifloat: 3 +float: 4 +ifloat: 4 Function: "atanh": double: 1 |