* 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

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