]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 29 Oct 1998 23:55:05 +0000 (23:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 29 Oct 1998 23:55:05 +0000 (23:55 +0000)
1998-10-30  Geoff Keating  <geoffk@ozemail.com.au>

* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Really correct
_llseek.

1998-10-30  Geoff Keating  <geoffk@ozemail.com.au>

* math/libm-test.c: Loosen deltas for sin(0.9)^2+cos(0.9)^2.

ChangeLog
math/libm-test.c
sysdeps/unix/sysv/linux/powerpc/syscalls.list

index 8af856431a0a40263d097940cdbbca371349acd4..25a679d4f6b00bd1992e6bd85fc4d0ad44562194 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1998-10-30  Geoff Keating  <geoffk@ozemail.com.au> 
+       * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Really correct  
+       _llseek. 
+1998-10-30  Geoff Keating  <geoffk@ozemail.com.au> 
+       * math/libm-test.c: Loosen deltas for sin(0.9)^2+cos(0.9)^2. 
 1998-10-29  Ulrich Drepper  <drepper@cygnus.com>
 
        * stdio-common/vfprintf.c (vfprintf): Fix the remaining premature
index 780880a0c5cc69b3803b6c1487884c70b9c6f1b8..2cd90757a450ef9662de317a2382bb0a22144ab6 100644 (file)
@@ -5788,7 +5788,7 @@ static void
 identities (void)
 {
   identities1_test (0.2L, CHOOSE (1e-18L, 0, 2e-7));
-  identities1_test (0.9L, CHOOSE (1e-18L, 0, 2e-7));
+  identities1_test (0.9L, CHOOSE (1e-18L, 2e-16, 2e-7));
   identities1_test (0, 0);
   identities1_test (-1, CHOOSE (1e-18L, 0, 1e-7));
 
index 80ae45848a71ed6c15a1a0185bacffd4c50ad805..33132142a6ac82d55049a0c480056279c0fda703 100644 (file)
@@ -2,7 +2,7 @@
 
 # System calls with wrappers.
 s_ioctl                ioctl   ioctl           3       __syscall_ioctl
-s_llseek       llseek  _llseek         5       __syscall_llseek
+s_llseek       llseek  _llseek         5       __syscall__llseek
 s_chown                chown   chown           3       __syscall_chown
 rt_sigaction   -       rt_sigaction    4       __syscall_rt_sigaction
 rt_sigpending  -       rt_sigpending   2       __syscall_rt_sigpending
This page took 0.057115 seconds and 5 git commands to generate.