| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| aio_tio.c | 21-Aug-2018 | 5.3K | |
| common.h | 21-Aug-2018 | 574 | |
| main.c | 21-Aug-2018 | 533 | |
| Makefile | 21-Aug-2018 | 1.1K | |
| README | 21-Aug-2018 | 305 | |
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