* sysdeps/pthread/aio_notify.c (notify_func_wrapper): Take a malloc'd
authorRoland McGrath <roland@gnu.org>
Mon, 9 Dec 2002 07:14:24 +0000 (07:14 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 9 Dec 2002 07:14:24 +0000 (07:14 +0000)
commit57b4cb25227fbb4c4e379877de27a5aa119ba938
tree4c8421495260dec7a0249e39a0ad99d09925a19d
parent531da978ceb31fdb28c5f0fdd9604004b765d9b1
* 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.
ChangeLog
sysdeps/pthread/aio_notify.c