[COPY] --- T2-COPYRIGHT-NOTE-BEGIN --- [COPY] T2 SDE: package/*/libaio/libaio.desc [COPY] Copyright (C) 2007 - 2024 The T2 SDE Project [COPY] [COPY] This Copyright note is generated by scripts/Create-CopyPatch, [COPY] more information can be found in the files COPYING and README. [COPY] [COPY] This program is free software; you can redistribute it and/or modify [COPY] it under the terms of the GNU General Public License version 2. [COPY] --- T2-COPYRIGHT-NOTE-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] http://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/