diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-14 00:42:51 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-14 00:42:51 -0700 |
commit | 85fda49b9674152ca54d49e0028f981566f2554d (patch) | |
tree | 344c0a6f5212cad18c0bca9fcacc5ff65b345967 /ChangeLog | |
parent | ae0d54500381eb9d40710a259819d9b745a7297f (diff) | |
download | glibc-85fda49b9674152ca54d49e0028f981566f2554d.tar glibc-85fda49b9674152ca54d49e0028f981566f2554d.tar.gz glibc-85fda49b9674152ca54d49e0028f981566f2554d.tar.bz2 glibc-85fda49b9674152ca54d49e0028f981566f2554d.zip |
Improve test-skeleton.c to clean up after dead parent.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-08-14 Ulrich Drepper <drepper@redhat.com> + + * test-skeleton.c (signal_handler): Renamed from timeout_handler. + Also handle SIGINT. In that case only do the cleanup and then + re-raise the signal. + (main): Install handler for SIGINT. + 2009-08-10 SUGIOKA Toshinobu <sugioka@itonet.co.jp> * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to |