Skip to content

Commit 0eec6ca

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
fixup??? Win32: make the lstat implementation pluggable
And one more resolution of merge conflicts. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ec2f0ea commit 0eec6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/mingw-posix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ int mingw_fstat(int fd, struct stat *buf);
408408
#ifdef lstat
409409
#undef lstat
410410
#endif
411-
#define lstat mingw_lstat
411+
extern int (*lstat)(const char *file_name, struct stat *buf);
412412

413413

414414
int mingw_utime(const char *file_name, const struct utimbuf *times);

0 commit comments

Comments
 (0)