stupid typo (caused by rather ugly spelling in POSIX..) in aio

This commit is contained in:
Rich Felker
2011-09-28 11:36:11 -04:00
parent 067bdc2c18
commit f0a8d60d32
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ extern "C" {
#include <bits/alltypes.h>
struct aiocb {
int aio_filedes, aio_lio_opcode, aio_reqprio;
int aio_fildes, aio_lio_opcode, aio_reqprio;
volatile void *aio_buf;
size_t aio_nbytes;
struct sigevent aio_sigevent;