2002-10-19 Kang Li <rubylith@users.sourceforge.net>
* include/fcntl.h (O_SEQUENTIAL): Correct typo.
This commit is contained in:
parent
1c00ad29b8
commit
aab9ff2a5e
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue