summaryrefslogtreecommitdiff
path: root/src/aio/lio_listio.c
blob: d5178956b5065a5573afe5cfee9daab7209bb729 (plain)
1
2
3
4
5
6
7
8
9
10
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)
*/