We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f39305 commit 2f0cd84Copy full SHA for 2f0cd84
src/os_unix.h
@@ -563,7 +563,9 @@ int mch_rename __ARGS((const char *src, const char *dest));
563
# endif
564
#endif
565
566
-#define HAVE_DUP /* have dup() */
+#ifndef HAVE_DUP
567
+# define HAVE_DUP /* have dup() */
568
+#endif
569
#define HAVE_ST_MODE /* have stat.st_mode */
570
571
/* We have three kinds of ACL support. */
0 commit comments