diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-14 13:42:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-14 13:42:55 +0000 |
commit | 9b2446e825d9c998b270a1dcca1dfd3262e487e0 (patch) | |
tree | e34382ebd0c2c1c72f680b598c129876f8cd4868 /ChangeLog | |
parent | 1156499baede7abd7ccf1b3b9fb3c587c941b915 (diff) | |
download | glibc-9b2446e825d9c998b270a1dcca1dfd3262e487e0.tar glibc-9b2446e825d9c998b270a1dcca1dfd3262e487e0.tar.gz glibc-9b2446e825d9c998b270a1dcca1dfd3262e487e0.tar.bz2 glibc-9b2446e825d9c998b270a1dcca1dfd3262e487e0.zip |
Update.
1999-04-14 Scott Bambrough <scottb@netwinder.org>
* sysdeps/unix/sysv/linux/arm/socket.S: Socket calls could not be
restarted after being interrupted by a signal. The parameters on
the stack were corrupted by the signal handler.
* sysdeps/unix/sysv/linux/arm/mmap.S: mmap calls could not be
restarted after being interrupted by a signal. The parameters on
the stack were corrupted by the signal handler.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +1999-04-14 Scott Bambrough <scottb@netwinder.org> + + * sysdeps/unix/sysv/linux/arm/socket.S: Socket calls could not be + restarted after being interrupted by a signal. The parameters on + the stack were corrupted by the signal handler. + + * sysdeps/unix/sysv/linux/arm/mmap.S: mmap calls could not be + restarted after being interrupted by a signal. The parameters on + the stack were corrupted by the signal handler. + 1999-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> * wctype/wcfuncs.c (towlower): Use __ctype_tolower. |