about summary refs log tree commit diff
path: root/sysdeps/pthread/aio_write64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/aio_write64.c')
-rw-r--r--sysdeps/pthread/aio_write64.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/pthread/aio_write64.c b/sysdeps/pthread/aio_write64.c
index 04c0d0254e..87412b9c25 100644
--- a/sysdeps/pthread/aio_write64.c
+++ b/sysdeps/pthread/aio_write64.c
@@ -23,8 +23,7 @@
 
 
 int
-aio_write64 (aiocbp)
-     struct aiocb64 *aiocbp;
+aio_write64 (struct aiocb64 *aiocbp)
 {
   return (__aio_enqueue_request ((aiocb_union *) aiocbp, LIO_WRITE64) == NULL
 	  ? -1 : 0);