mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
fix prototypes for aio_read and aio_write
This commit is contained in:
parent
0f1ef81462
commit
fd408d27a0
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ struct aiocb {
|
|||
#define LIO_WAIT 0
|
||||
#define LIO_NOWAIT 1
|
||||
|
||||
int aio_read(struct aiocb *);
|
||||
int aio_write(struct aiocb *);
|
||||
ssize_t aio_read(struct aiocb *);
|
||||
ssize_t aio_write(struct aiocb *);
|
||||
int aio_error(struct aiocb *);
|
||||
ssize_t aio_return(struct aiocb *);
|
||||
int aio_cancel(int, struct aiocb *);
|
||||
|
|
Loading…
Add table
Reference in a new issue