diff options
author | Roland McGrath <roland@redhat.com> | 2002-12-17 04:51:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2002-12-17 04:51:02 +0000 |
commit | 915742f7975b2b11f862ed9ac5280e42bbfa1614 (patch) | |
tree | b797786212cd669884ca1267aa8f9ae7edad9127 /ChangeLog | |
parent | 5bc05558bb9f9acd1f895ea128f3326ef4b03338 (diff) | |
download | strace-915742f7975b2b11f862ed9ac5280e42bbfa1614.tar.gz |
update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |