diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-16 23:11:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-16 23:11:39 +0000 |
commit | f806546c561b08d180e6f481a2720bcbbcfb9cda (patch) | |
tree | 52a3d1e3574e245a21f45b05e5a147d81c6b5a0e /ChangeLog | |
parent | 666af3799bde3138ec31177e77129e9dced2ab37 (diff) | |
download | glibc-f806546c561b08d180e6f481a2720bcbbcfb9cda.zip glibc-f806546c561b08d180e6f481a2720bcbbcfb9cda.tar.gz glibc-f806546c561b08d180e6f481a2720bcbbcfb9cda.tar.bz2 |
Update.
2001-01-16 Ulrich Drepper <drepper@redhat.com>
* sysdeps/i386/elf/setjmp.S (setjmp): Don't use __sigsetjmp code,
do it here.
(_setjmp): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-01-16 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/i386/elf/setjmp.S (setjmp): Don't use __sigsetjmp code, + do it here. + (_setjmp): Likewise. + 2001-01-16 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h (SIGCONTEXT): Fix |