2002-10-19 Kang Li <rubylith@users.sourceforge.net>

* include/fcntl.h (O_SEQUENTIAL): Correct typo.
This commit is contained in:
Danny Smith 2002-10-20 04:35:58 +00:00
parent 1c00ad29b8
commit aab9ff2a5e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-10-19 Kang Li <rubylith@users.sourceforge.net>
* include/fcntl.h (O_SEQUENTIAL): Correct typo.
2002-10-19 Danny Smith <dannysmith@users.sourceforge.net>
* crt1.c: Define new macro __IN_MINGW_RUNTIME before including

View File

@ -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 */