diff options
Diffstat (limited to 'src/aio/aio_suspend.c')
-rw-r--r-- | src/aio/aio_suspend.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/aio/aio_suspend.c b/src/aio/aio_suspend.c index 714d029a..e3a3a426 100644 --- a/src/aio/aio_suspend.c +++ b/src/aio/aio_suspend.c @@ -1,3 +1,5 @@ +#if 0 + #include <aio.h> int aio_suspend(const struct aiocb * const list[], int nent, const struct timespec * timeout) @@ -9,3 +11,6 @@ int aio_suspend(const struct aiocb * const list[], int nent, const struct timesp POSIX(199309) LINK(rt) */ + + +#endif |