Move AIO signal logic to a common location in aio_signal.c. Also fix several typos

This commit is contained in:
Gregory Nutt
2014-10-05 06:53:56 -06:00
parent 31cdcde73a
commit c274acc48f
6 changed files with 28 additions and 28 deletions
+3 -1
View File
@@ -137,7 +137,9 @@ struct aiocb
int aio_reqprio; /* Request priority offset */
int aio_lio_opcode; /* Operation to be performed */
/* Non-standard, implementation-dependent data */
/* Non-standard, implementation-dependent data. For portability reasons,
* application code should never reference these elements.
*/
struct work_s aio_work; /* Used to defer I/O to the work thread */
pid_t aio_pid; /* ID of client to be notify at completion */