glibc rhirst
Richard Hirst
rhirst@puffin.external.hp.com
Thu, 21 Dec 2000 06:16:12 -0700
CVSROOT: /home/cvs/parisc
Module name: glibc
Changes by: rhirst 00/12/21 06:16:12
Modified files:
. : ChangeLog
sysdeps/unix/sysv/linux/hppa: syscalls.list
Log message:
Removed ptrace entry from sysdeps/unix/sysv/linux/hppa/syscalls.list
so the ptrace.c wrapper is used.
Without this fix, user programs call the kernel ptrace directly, and
PTRACE_PEEK* calls pass the result via *datap rather than the return
value. I'll fix strace once this change propagates to users.