bcallah e4d04e2285 Import devel/libaio_compat, a port of POSIX asynchronous I/O routines from
DragonFly BSD.

ok rsadowski@

libaio_compat is a port of the POSIX asynchronous I/O library from
DragonFly BSD to OpenBSD.

This version of AIO is aimed at standards compliance; it is not aimed at
either reasonability or performance. It merely wraps synchronous I/O
routines.
2018-07-04 21:08:39 +00:00

11 lines
320 B
Plaintext

@comment $OpenBSD: PLIST,v 1.1.1.1 2018/07/04 21:08:39 bcallah Exp $
include/aio_compat.h
lib/libaio_compat.a
@lib lib/libaio_compat.so.${LIBaio_compat_VERSION}
@man man/man3/aio_cancel.3
@man man/man3/aio_error.3
@man man/man3/aio_read.3
@man man/man3/aio_return.3
@man man/man3/aio_suspend.3
@man man/man3/aio_write.3