diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-07 00:40:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-07 00:40:13 +0000 |
commit | 53854476351c09595b3f7f83041643d46970150f (patch) | |
tree | f1abe157dcee0a38dbc5586693576317e56394bc /ChangeLog | |
parent | b1bfeac00b44818468c118ebaf52c02e8f056ca0 (diff) | |
download | glibc-53854476351c09595b3f7f83041643d46970150f.tar glibc-53854476351c09595b3f7f83041643d46970150f.tar.gz glibc-53854476351c09595b3f7f83041643d46970150f.tar.bz2 glibc-53854476351c09595b3f7f83041643d46970150f.zip |
Update.
* test-skeleton.c (main): Use TEMP_FAILURE_RETRY with waitpid.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2003-06-06 Ulrich Drepper <drepper@redhat.com> + * test-skeleton.c (main): Use TEMP_FAILURE_RETRY with waitpid. + * sysdeps/unix/sysv/linux/i386/sysdep.h (ASMFMT_2): Only allow %edx for first parameter. This means no pushl and therefore the unwind info isn't screwed up. |