diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-03-30 06:27:36 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-30 06:27:36 +0000 |
commit | 6881bfb99063e3d42abaa313641b311c6fc3522d (patch) | |
tree | 1df669d89a2f58b450947901b1f41eb407dbf540 /src/os/unix/ngx_aio_read.c | |
parent | 11dbe97ca401221313dc233aa2d6f67dfcaef1a7 (diff) | |
download | nginx-6881bfb99063e3d42abaa313641b311c6fc3522d.tar.gz nginx-6881bfb99063e3d42abaa313641b311c6fc3522d.zip |
nginx-0.0.3-2004-03-30-10:27:36 import
Diffstat (limited to 'src/os/unix/ngx_aio_read.c')
-rw-r--r-- | src/os/unix/ngx_aio_read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_aio_read.c b/src/os/unix/ngx_aio_read.c index 84301886a..6c0c40084 100644 --- a/src/os/unix/ngx_aio_read.c +++ b/src/os/unix/ngx_aio_read.c @@ -17,7 +17,7 @@ * timeout, aio_cancel(), aio_error() */ -ssize_t ngx_aio_read(ngx_connection_t *c, char *buf, size_t size) +ssize_t ngx_aio_read(ngx_connection_t *c, u_char *buf, size_t size) { int n; ngx_event_t *rev; |