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 8137026 commit ff46c5dCopy full SHA for ff46c5d
src/unix/posix.h
@@ -33,7 +33,7 @@ typedef int GIT_SOCKET;
33
# define st_atime_nsec st_atim.tv_nsec
34
# define st_mtime_nsec st_mtim.tv_nsec
35
# define st_ctime_nsec st_ctim.tv_nsec
36
-#elif !defined(GIT_USE_STAT_MTIME_NSEC) && defined(GIT_USE_NEC)
+#elif !defined(GIT_USE_STAT_MTIME_NSEC) && defined(GIT_USE_NSEC)
37
# error GIT_USE_NSEC defined but unknown struct stat nanosecond type
38
#endif
39
0 commit comments