diff options
Diffstat (limited to 'sysdeps/pthread/aio_error.c')
-rw-r--r-- | sysdeps/pthread/aio_error.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/pthread/aio_error.c b/sysdeps/pthread/aio_error.c index ebe1378b2a..6925f723df 100644 --- a/sysdeps/pthread/aio_error.c +++ b/sysdeps/pthread/aio_error.c @@ -32,8 +32,7 @@ int -aio_error (aiocbp) - const struct aiocb *aiocbp; +aio_error (const struct aiocb *aiocbp) { int ret; |