]> granicus.if.org Git - strace/commitdiff
Use pr_syscall on UW
authorJohn Hughes <john@Calva.COM>
Wed, 7 Mar 2001 10:26:17 +0000 (10:26 +0000)
committerJohn Hughes <john@Calva.COM>
Wed, 7 Mar 2001 10:26:17 +0000 (10:26 +0000)
ChangeLog

index 5fd42810a2fb73446f0b7cf11524c23ef86a52ab..258c8236267a05aef5701a7dd108a396b7a4613b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-03-06  John Hughes <john@Calva.COM>
+
+  * 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 <john@Calva.COM>
 
   * aclocal.m4: on systems other than linux look for stat64 in sys/stat.h