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