diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-09 07:14:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-09 07:14:24 +0000 |
commit | 57b4cb25227fbb4c4e379877de27a5aa119ba938 (patch) | |
tree | 4c8421495260dec7a0249e39a0ad99d09925a19d /ChangeLog | |
parent | 531da978ceb31fdb28c5f0fdd9604004b765d9b1 (diff) | |
download | glibc-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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]. |