diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-07-19 00:37:43 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-07-19 00:37:43 -0400 |
commit | f07222739bc744fd7f5d5a06f2b39d07fde6ab3e (patch) | |
tree | 5b4b61d6f0c8ee565c54c9651091d1651c893334 /include/aio.h | |
parent | 06650b968461b72d5eb44063dd68c176be330372 (diff) | |
download | musl-f07222739bc744fd7f5d5a06f2b39d07fde6ab3e.tar.gz musl-f07222739bc744fd7f5d5a06f2b39d07fde6ab3e.tar.bz2 musl-f07222739bc744fd7f5d5a06f2b39d07fde6ab3e.tar.xz musl-f07222739bc744fd7f5d5a06f2b39d07fde6ab3e.zip |
fix typo in aio.h
Diffstat (limited to 'include/aio.h')
-rw-r--r-- | include/aio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aio.h b/include/aio.h index d97874e8..2edd5a2e 100644 --- a/include/aio.h +++ b/include/aio.h @@ -57,7 +57,7 @@ int lio_listio(int, struct aiocb *const [], int, struct sigevent *); #define aio_cancel64 aio_cancel #define aio_suspend64 aio_suspend #define aio_fsync64 aio_fsync -#defile lio_listio64 lio_listio +#define lio_listio64 lio_listio #define off64_t off_t #endif |