Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 4ef8cc9

Browse files
committed
Merge pull request #2678 from nguerrera/fix-mac
Fix typo blocking Mac build
2 parents 3d8d4c7 + 9238655 commit 4ef8cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Native/System.Native/pal_stat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ static void ConvertFileStatus(const struct stat_& src, FileStatus* dst)
5656

5757
#if HAVE_STAT_BIRTHTIME
5858
dst->BirthTime = src.st_birthtime;
59-
dst->Flags |= FILESTATUSFLAGS_HAS_BIRTHTIME;
59+
dst->Flags |= FILESTATUS_FLAGS_HAS_BIRTHTIME;
6060
#else
6161
dst->BirthTime = 0;
6262
#endif

0 commit comments

Comments
 (0)