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 | |
parent | 666af3799bde3138ec31177e77129e9dced2ab37 (diff) | |
download | glibc-f806546c561b08d180e6f481a2720bcbbcfb9cda.tar.gz glibc-f806546c561b08d180e6f481a2720bcbbcfb9cda.tar.xz glibc-f806546c561b08d180e6f481a2720bcbbcfb9cda.zip |
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.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c4689ad5b4..253a094511 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 |