From f07222739bc744fd7f5d5a06f2b39d07fde6ab3e Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 19 Jul 2012 00:37:43 -0400 Subject: fix typo in aio.h --- include/aio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/aio.h') 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 -- cgit v1.2.1