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