diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-06 19:17:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-06 19:17:05 +0000 |
commit | f1a56a2b9572ab19d7e6a7dcbef0e7d16471cf6c (patch) | |
tree | 6ccf97cab86a1890b359e13fda2bb18042048121 | |
parent | b0898d85cd660b89d97ba6625e9dcef27007ac44 (diff) | |
download | glibc-f1a56a2b9572ab19d7e6a7dcbef0e7d16471cf6c.tar.gz glibc-f1a56a2b9572ab19d7e6a7dcbef0e7d16471cf6c.tar.xz glibc-f1a56a2b9572ab19d7e6a7dcbef0e7d16471cf6c.zip |
* rt/tst-aio7.c (do_test): Cancel i/o on CB1 before it's out of scope.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b54d75edb3..0782c7ed58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-03-06 Martin Schwidefsky <schwidefsky@de.ibm.com> + + * rt/tst-aio7.c (do_test): Cancel i/o on CB1 before it's out of scope. + 2003-03-05 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Fix |