diff options
Diffstat (limited to 'src/aio/lio_listio.c')
-rw-r--r-- | src/aio/lio_listio.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/aio/lio_listio.c b/src/aio/lio_listio.c index a672812f..1db191d8 100644 --- a/src/aio/lio_listio.c +++ b/src/aio/lio_listio.c @@ -139,3 +139,11 @@ int lio_listio(int mode, struct aiocb *restrict const *restrict cbs, int cnt, st return 0; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |