comparison src/os/unix/ngx_aio_read_chain.c @ 3044:a1d54c705f38

*) move small declarations in appropriate places and delete the surplus header files *) delete insignificant comments
author Igor Sysoev <igor@sysoev.ru>
date Tue, 25 Aug 2009 09:09:13 +0000
parents 4d9ea73a627a
children d620f497c50f
comparison
equal deleted inserted replaced
3043:a66d6dfd53f1 3044:a1d54c705f38
5 5
6 6
7 #include <ngx_config.h> 7 #include <ngx_config.h>
8 #include <ngx_core.h> 8 #include <ngx_core.h>
9 #include <ngx_event.h> 9 #include <ngx_event.h>
10 #include <ngx_aio.h>
11 10
12 11
13 ssize_t 12 ssize_t
14 ngx_aio_read_chain(ngx_connection_t *c, ngx_chain_t *cl) 13 ngx_aio_read_chain(ngx_connection_t *c, ngx_chain_t *cl)
15 { 14 {