fix typo in aio.h
authorRich Felker <dalias@aerifal.cx>
Thu, 19 Jul 2012 04:37:43 +0000 (00:37 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 19 Jul 2012 04:37:43 +0000 (00:37 -0400)
include/aio.h

index d97874e..2edd5a2 100644 (file)
@@ -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
 #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
 
 #define off64_t off_t
 #endif