• Home
  • History
  • Annotate
  • only in /external/ltp/testcases/kernel/io/aio/aio02/
NameDateSize

..11-Jun-20184 KiB

aio_tio.c11-Jun-20185.3 KiB

common.h11-Jun-2018574

main.c11-Jun-2018496

Makefile11-Jun-20181.1 KiB

README11-Jun-2018305

README

1This program will test Asynchronous I/O support by kernel 2.5 .
2make the program
3	make
4execute the test
5	./aio_tio
6
7
8NOTE:
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