Skip to content

Commit b85f323

Browse files
committed
Fix setting creation date for OSX - hotfix: Remove ATTR_CMN_MODTIME
Adding this commit now to avoid 2x CI. It was meant to be in the last one, but I forgot to save the file. Fix for #39132 and issues in #49555.
1 parent 4abaa29 commit b85f323

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libraries/Common/src/Interop/OSX/Interop.libc.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ internal struct AttrList
2121

2222
public const ushort ATTR_BIT_MAP_COUNT = 5;
2323
public const uint ATTR_CMN_CRTIME = 0x00000200;
24-
public const uint ATTR_CMN_MODTIME = 0x00000400;
2524
}
2625

2726
[DllImport(Libraries.libc, EntryPoint = "setattrlist", SetLastError = true)]

0 commit comments

Comments
 (0)