Remove "XXX undocumented" comment from lio_listio().

This commit is contained in:
Tim J. Robbins 2003-01-12 09:33:16 +00:00
parent b0efb842b9
commit 44a2c818de

View File

@ -1927,7 +1927,7 @@ aio_write(struct thread *td, struct aio_write_args *uap)
return aio_aqueue(td, uap->aiocbp, LIO_WRITE);
}
/* syscall - XXX undocumented */
/* syscall - list directed I/O (REALTIME) */
int
lio_listio(struct thread *td, struct lio_listio_args *uap)
{