libaio: Asynchronous I/O library1

AIO enables even a single application thread to overlap I/O operations with other processing, by providing an interface for submitting one or more I/O requests in one system call (io_submit()) without waiting for completion, and a separate interface (io_getevents()) to reap completed I/O operations associated with a given completion group.

... part of T2, get it here

URL: http://lse.sourceforge.net/io/aio.html

Author: Benjamin LaHaise <bcrl [at] redhat [dot] com>
Maintainer: Rene Rebe <rene [at] t2-project [dot] org>

License: LGPL
Status: Beta
Version: 0.3.113

Remark: Does cross compile (as setup and patched in T2).

CPU architectures: Does not support: blackfin

Download: https://releases.pagure.org/libaio/ libaio-0.3.113.tar.gz

T2 source: libaio.cache
T2 source: libaio.desc

Build time (on reference hardware): 2% (relative to binutils)2

Installed size (on reference hardware): 0.06 MB, 10 files

Dependencies (build time detected): 00-dirtree bash binutils coreutils diffutils findutils gawk grep gzip linux-header make sed tar

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).