Home | History | Annotate | only in /external/ltp/testcases/kernel/io/aio/aio02
Up to higher level directory
NameDateSize
aio_tio.c21-Aug-20185.3K
common.h21-Aug-2018574
main.c21-Aug-2018533
Makefile21-Aug-20181.1K
README21-Aug-2018305

README

      1 This program will test Asynchronous I/O support by kernel 2.5 .
      2 make the program
      3 	make
      4 execute the test
      5 	./aio_tio
      6 
      7 
      8 NOTE:
      9 	make sure your system are support with libaio-0.3.92 or higher.
     10 		you can download this form http://www.kernel.org.
     11 	make sure your system are support with glibc 2.1.91 or higher.
     12 
     13