librt -- AIO: Implement SIGEV_THREAD for AIO completion notification.
authorVenkatesh Srinivas <me@endeavour.zapto.org>
Sat, 26 Feb 2011 03:40:31 +0000 (19:40 -0800)
committerVenkatesh Srinivas <me@endeavour.zapto.org>
Sat, 26 Feb 2011 03:40:31 +0000 (19:40 -0800)
commit84c338613e4dbad9f61cb6d8ea10c8cdc09faa98
tree2992db8a1ae0a3f6e5d9c8582f6f1aa5d11ef12b
parentcc26e56c63d6ce1ed2b405979a637abbb25af39a
librt -- AIO: Implement SIGEV_THREAD for AIO completion notification.

SIGEV_THREAD launches a libthread thread in response to I/O completion.
We link librt against libthread to allow access to the pthread_*
routines.
lib/librt/Makefile
lib/librt/aio.c