Thread (4 messages) flat view 4 messages, 2 authors, 2016-06-15

Re: [PATCH] DT_UNKNOWN: do not fully trust existence of DT_UNKNOWN

From: Alex Riesen <hidden>
Date: 2016-06-15 22:42:17

Possibly related (same subject, not in this thread)

Junio C Hamano, Fri, Jan 20, 2006 20:10:59 +0100:
quoted
quoted
The recent Cygwin defines DT_UNKNOWN although it does not have d_type
in struct dirent.  Give an option to tell us not to use d_type on such
platforms.  Hopefully this problem will be transient.
You still have to #undef all the DT_ macros if you have a somewhat
old Cygwin (before Christopher removed the macros).
Ah, you mean something like this?

+#undef DT_UNKNOWN
+#undef DT_DIR
+#undef DT_REG
+#undef DT_LNK
yes, of course
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help