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 0c09753 commit 9447b9eCopy full SHA for 9447b9e
src/common.h
@@ -62,6 +62,12 @@
62
# endif
63
#define GIT_STDLIB_CALL
64
65
+#ifdef GIT_USE_STAT_ATIMESPEC
66
+# define st_atim st_atimespec
67
+# define st_ctim st_ctimespec
68
+# define st_mtim st_mtimespec
69
+#endif
70
+
71
# include <arpa/inet.h>
72
73
#endif
src/fileops.c
@@ -13,12 +13,6 @@
13
#include "win32/findfile.h"
14
15
16
-#ifdef GIT_USE_STAT_ATIMESPEC
17
-#define st_atim st_atimespec
18
-#define st_ctim st_ctimespec
19
-#define st_mtim st_mtimespec
20
-#endif
21
-
22
GIT__USE_STRMAP
23
24
int git_futils_mkpath2file(const char *file_path, const mode_t mode)
0 commit comments