From: John Hughes Date: Wed, 7 Mar 2001 10:26:17 +0000 (+0000) Subject: Use pr_syscall on UW X-Git-Tag: v4.5.18~1091 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8f2e8a4ac1bb1926e6e7499322f7b1142939034;p=strace Use pr_syscall on UW --- diff --git a/ChangeLog b/ChangeLog index 5fd42810..258c8236 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-03-06 John Hughes + + * aclocal.m4: look for pr_syscall in pr_lwp if we HAVE_MP_PROCFS + * defs.h: add PR_SYSCALL to allow use of pr_lwp.pr_syscall if it exists. + * syscall.c: use PR_SYSCALL instead of pr_syscall, fix up UnixWare code + so it doesn't try to use pr_sysarg. + 2001-03-06 John Hughes * aclocal.m4: on systems other than linux look for stat64 in sys/stat.h