提交 40689ae1 编写于 作者: M Martin Koegler 提交者: Junio C Hamano

Add S_IFINVALID mode

S_IFINVALID is used to signal, that no mode information is available.
Signed-off-by: NMartin Koegler <mkoegler@auto.tuwien.ac.at>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 520d7e27
......@@ -24,6 +24,9 @@
#define DTYPE(de) DT_UNKNOWN
#endif
/* unknown mode (impossible combination S_IFIFO|S_IFCHR) */
#define S_IFINVALID 0030000
/*
* A "directory link" is a link to another git directory.
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册