diff options
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/vfs_aio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index 3b8f1d8..9d24702 100644 --- a/sys/kern/vfs_aio.c +++ b/sys/kern/vfs_aio.c @@ -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) { |