diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-29 23:55:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-29 23:55:05 +0000 |
commit | d4f4d1ca9976a53e82dd45f737f8c7fab769f6d0 (patch) | |
tree | 0538d2540768c88f3b67fc0af137aa0447e32e4e /sysdeps/unix | |
parent | d8334b9a912e860953b2835738dc89244c80027f (diff) | |
download | glibc-d4f4d1ca9976a53e82dd45f737f8c7fab769f6d0.tar.gz glibc-d4f4d1ca9976a53e82dd45f737f8c7fab769f6d0.tar.xz glibc-d4f4d1ca9976a53e82dd45f737f8c7fab769f6d0.zip |
Update.
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.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/syscalls.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/syscalls.list b/sysdeps/unix/sysv/linux/powerpc/syscalls.list index 80ae45848a..33132142a6 100644 --- a/sysdeps/unix/sysv/linux/powerpc/syscalls.list +++ b/sysdeps/unix/sysv/linux/powerpc/syscalls.list @@ -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 |