From cf014b3dff7f0a3cd32668424c96cb01226fb1ff Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 12 Apr 2011 00:30:15 +0200 Subject: [PATCH] : Add aio_fsync() prototype. --- sys/sys/aio.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/sys/aio.h b/sys/sys/aio.h index f63902e829..03a68cbeb0 100644 --- a/sys/sys/aio.h +++ b/sys/sys/aio.h @@ -126,6 +126,11 @@ int aio_cancel(int, struct aiocb *); */ int aio_suspend(const struct aiocb * const[], int, const struct timespec *); +/* + * Synchronize I/O + */ +int aio_fsync(int, struct aiocb *); + int aio_waitcomplete(struct aiocb **, struct timespec *); __END_DECLS -- 2.41.0