diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 5441ced37..9eb37b32b 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,7 @@ +2002-10-19 Kang Li + + * include/fcntl.h (O_SEQUENTIAL): Correct typo. + 2002-10-19 Danny Smith * crt1.c: Define new macro __IN_MINGW_RUNTIME before including diff --git a/winsup/mingw/include/fcntl.h b/winsup/mingw/include/fcntl.h index add43ff0e..ce193295b 100644 --- a/winsup/mingw/include/fcntl.h +++ b/winsup/mingw/include/fcntl.h @@ -80,7 +80,7 @@ #define O_BINARY _O_BINARY #define O_TEMPORARY _O_TEMPORARY #define O_NOINHERIT _O_NOINHERIT -#define O_SEQENTIAL _O_SEQUENTIAL +#define O_SEQUENTIAL _O_SEQUENTIAL #define O_RANDOM _O_RANDOM #endif /* Not _NO_OLDNAMES */