------- Additional Comments From jakub at redhat dot com  2008-04-02 20:55 
-------
http://www.opengroup.org/onlinepubs/009695399/functions/aio_cancel.html

"Which operations are cancelable is implementation-defined."
and
"The value AIO_NOTCANCELED shall be returned if at least one of the requested
operation(s) cannot be canceled because it is in progress."

That's the case here for the pure userland aio implementation, if an operation
is already in progress as in this case, it is not cancellable.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5508

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to