]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Wed, 12 Mar 2003 09:54:45 +0000 (09:54 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 12 Mar 2003 09:54:45 +0000 (09:54 +0000)
ChangeLog

index 3fe676d31786f7ee0c1812df56952af348ed2718..e3f32a36e376340ddfd12e4c7236ae9ff4f932bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2003-03-12  Roland McGrath  <roland@redhat.com>
 
+       * linux/ia64/syscallent.h: Fix arg counts for clone and clone2.
+       Use sys_clone for clone2.
+       * linux/syscall.h: Don't declare sys_clone2.
+       * process.c (sys_clone): Rewritten to handle both flavors,
+       print all extra args depending on flag bits.
+       (sys_clone2): Function removed.
+
        * linux/ia64/syscallent.h: Add a bunch of 2.5 syscalls.
 
 2003-03-04  Roland McGrath  <roland@redhat.com>