aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-12-09 07:14:24 +0000
committerRoland McGrath <roland@gnu.org>2002-12-09 07:14:24 +0000
commit57b4cb25227fbb4c4e379877de27a5aa119ba938 (patch)
tree4c8421495260dec7a0249e39a0ad99d09925a19d /ChangeLog
parent531da978ceb31fdb28c5f0fdd9604004b765d9b1 (diff)
downloadglibc-57b4cb25227fbb4c4e379877de27a5aa119ba938.tar
glibc-57b4cb25227fbb4c4e379877de27a5aa119ba938.tar.gz
glibc-57b4cb25227fbb4c4e379877de27a5aa119ba938.tar.bz2
glibc-57b4cb25227fbb4c4e379877de27a5aa119ba938.zip
* sysdeps/pthread/aio_notify.c (notify_func_wrapper): Take a malloc'd
struct containing function ptr and value, free it. (__aio_notify_only): Allocate that and copy values from SIGEV into it. It's not safe to let the new thread use the SIGEV pointer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d60719f4b4..c565441270 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-12-08 Roland McGrath <roland@redhat.com>
+
+ * sysdeps/pthread/aio_notify.c (notify_func_wrapper): Take a malloc'd
+ struct containing function ptr and value, free it.
+ (__aio_notify_only): Allocate that and copy values from SIGEV into it.
+ It's not safe to let the new thread use the SIGEV pointer.
+
2001-10-20 Paul Eggert <eggert@twinsun.com>
* misc/error.c (strerror_r): Do not declare unless [!_LIBC].