[syslinux:lwip] fcntl.h: add O_DIRECTORY

syslinux-bot for H. Peter Anvin hpa at zytor.com
Sun May 1 18:12:03 PDT 2011


Commit-ID:  93d1308315e5211ec0e24259e872844732bc396c
Gitweb:     http://syslinux.zytor.com/commit/93d1308315e5211ec0e24259e872844732bc396c
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Sun, 1 May 2011 17:41:30 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Sun, 1 May 2011 17:41:30 -0700

fcntl.h: add O_DIRECTORY

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 com32/include/fcntl.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/com32/include/fcntl.h b/com32/include/fcntl.h
index b691b5c..c8a9cb5 100644
--- a/com32/include/fcntl.h
+++ b/com32/include/fcntl.h
@@ -14,6 +14,7 @@
 #define	O_RDONLY	1
 #define O_WRONLY	2
 #define O_RDWR		3
+#define O_DIRECTORY	010
 #define O_CREAT		0100
 #define O_EXCL		0200
 #define O_TRUNC		01000



More information about the Syslinux-commits mailing list