diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-04-08 20:33:46 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-04-08 20:33:46 +0000 |
commit | c5ef1e95be66c5d1b456fa8518ca3902f9efd581 (patch) | |
tree | 4ef29d3868b2e45975955479c03a0b5db627d1f4 /newlib/ChangeLog | |
parent | 175c5e4c4ddae8d6882ecd6932d40ff58fa915bd (diff) | |
download | cygnal-c5ef1e95be66c5d1b456fa8518ca3902f9efd581.tar.gz cygnal-c5ef1e95be66c5d1b456fa8518ca3902f9efd581.tar.bz2 cygnal-c5ef1e95be66c5d1b456fa8518ca3902f9efd581.zip |
2002-04-08 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/include/setjmp.h: Add sigjmp_buf type,
siglongjmp prototype, and sigsetjmp macro definition.
* libc/sys/linux/siglongjmp.c: New file.
* libc/sys/linux/Makefile.am: Add support for siglongjmp.
* libc/sys/linux/Makefile.in: Regenerated.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 2ad6147f3..69123c84e 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,11 @@ +2002-04-08 Jeff Johnston <jjohnstn@redhat.com> + + * libc/sys/linux/include/setjmp.h: Add sigjmp_buf type, + siglongjmp prototype, and sigsetjmp macro definition. + * libc/sys/linux/siglongjmp.c: New file. + * libc/sys/linux/Makefile.am: Add support for siglongjmp. + * libc/sys/linux/Makefile.in: Regenerated. + 2002-04-04 Jeff Johnston <jjohnstn@redhat.com> * Makefile.am: Add support for installing crt1.o if one exists. |