Home | History | Annotate | Download | only in aio02
      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