diff options
Diffstat (limited to 'src/aio/aio_suspend.c')
| -rw-r--r-- | src/aio/aio_suspend.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/aio/aio_suspend.c b/src/aio/aio_suspend.c new file mode 100644 index 00000000..714d029a --- /dev/null +++ b/src/aio/aio_suspend.c @@ -0,0 +1,11 @@ +#include <aio.h> + +int aio_suspend(const struct aiocb * const list[], int nent, const struct timespec * timeout) +{ + return -1; +} + +/* +POSIX(199309) +LINK(rt) +*/ |
