[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/libaio/libaio.desc [COPY] Copyright (C) 2007 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Asynchronous I/O library [T] AIO enables even a single application thread to overlap I/O operations [T] with other processing, by providing an interface for submitting one or [T] more I/O requests in one system call (io_submit()) without waiting for [T] completion, and a separate interface (io_getevents()) to reap completed [T] I/O operations associated with a given completion group. [U] https://lse.sourceforge.net/io/aio.html [A] Benjamin LaHaise [M] Rene Rebe [F] CROSS NO-LTO.gcc [C] base/development [R] - blackfin [L] LGPL [S] Beta [V] 0.3.113 [P] X --2--5---9 104.300 # guide cross compiling [O] LIBAIO_ARCH="`echo $arch | arch2uname`" [O] var_append makeopt ' ' ARCH=$LIBAIO_ARCH [O] var_append makeinstopt ' ' 'prefix=/$prefix libdir=$libdir' [D] 3f42948c054c6ff68d8f57cd1c3821609b1e1654c0feb511b7ec39e7 libaio-0.3.113.tar.gz https://releases.pagure.org/libaio/