зеркало из https://github.com/microsoft/git.git
Add S_IFINVALID mode
S_IFINVALID is used to signal, that no mode information is available. Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
520d7e278c
Коммит
40689ae1ef
3
cache.h
3
cache.h
|
@ -24,6 +24,9 @@
|
||||||
#define DTYPE(de) DT_UNKNOWN
|
#define DTYPE(de) DT_UNKNOWN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* unknown mode (impossible combination S_IFIFO|S_IFCHR) */
|
||||||
|
#define S_IFINVALID 0030000
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* A "directory link" is a link to another git directory.
|
* A "directory link" is a link to another git directory.
|
||||||
*
|
*
|
||||||
|
|
Загрузка…
Ссылка в новой задаче