diff options
Diffstat (limited to 'sysdeps/pthread/aio_read.c')
-rw-r--r-- | sysdeps/pthread/aio_read.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/pthread/aio_read.c b/sysdeps/pthread/aio_read.c index a54e7fe..a26cea9 100644 --- a/sysdeps/pthread/aio_read.c +++ b/sysdeps/pthread/aio_read.c @@ -23,8 +23,7 @@ int -aio_read (aiocbp) - struct aiocb *aiocbp; +aio_read (struct aiocb *aiocbp) { return (__aio_enqueue_request ((aiocb_union *) aiocbp, LIO_READ) == NULL ? -1 : 0); |