fix typo in aio.h

This commit is contained in:
Rich Felker 2012-07-19 00:37:43 -04:00
parent 06650b9684
commit f07222739b
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ int lio_listio(int, struct aiocb *const [], int, struct sigevent *);
#define aio_cancel64 aio_cancel #define aio_cancel64 aio_cancel
#define aio_suspend64 aio_suspend #define aio_suspend64 aio_suspend
#define aio_fsync64 aio_fsync #define aio_fsync64 aio_fsync
#defile lio_listio64 lio_listio #define lio_listio64 lio_listio
#define off64_t off_t #define off64_t off_t
#endif #endif