mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-11 07:53:55 +00:00
Prefer to use S_IFLNK instead of _S_IFLNK for consistency
This commit is contained in:
parent
732eb0a8d9
commit
535ff384e2
@ -627,7 +627,7 @@ static int do_lstat(const char *file_name, struct stat *buf)
|
||||
fMode |= S_IWRITE;
|
||||
|
||||
if (fdata.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT)
|
||||
fMode |= _S_IFLNK;
|
||||
fMode |= S_IFLNK;
|
||||
|
||||
buf->st_ino = 0;
|
||||
buf->st_gid = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user