aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_aio_write.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/unix/ngx_aio_write.c')
-rw-r--r--src/os/unix/ngx_aio_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_aio_write.c b/src/os/unix/ngx_aio_write.c
index 113196165..319af1261 100644
--- a/src/os/unix/ngx_aio_write.c
+++ b/src/os/unix/ngx_aio_write.c
@@ -17,7 +17,7 @@
* timeout, aio_cancel(), aio_error()
*/
-ssize_t ngx_aio_write(ngx_connection_t *c, char *buf, size_t size)
+ssize_t ngx_aio_write(ngx_connection_t *c, u_char *buf, size_t size)
{
int n;
ngx_event_t *wev;