summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2002-12-17 04:51:02 +0000
committerRoland McGrath <roland@redhat.com>2002-12-17 04:51:02 +0000
commit915742f7975b2b11f862ed9ac5280e42bbfa1614 (patch)
treeb797786212cd669884ca1267aa8f9ae7edad9127 /ChangeLog
parent5bc05558bb9f9acd1f895ea128f3326ef4b03338 (diff)
downloadstrace-915742f7975b2b11f862ed9ac5280e42bbfa1614.tar.gz
update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3024e2e9..3ff6b79d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-12-16 Roland McGrath <roland@redhat.com>
+
+ * process.c [LINUX] (wait4_options): Fix __WCLONE value. Add
+ __WNOTHREAD and __WALL.
+
+ * strace.c (trace) [LINUX]: Only check errno if wait4 actually fails,
+ so we don't repeat a wait and thus drop a status. Fixes RH#62591.
+
2002-12-15 Roland McGrath <roland@redhat.com>
* process.c (setarg) [POWERPC]: Support it.