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