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 4abaa29 commit b85f323Copy full SHA for b85f323
src/libraries/Common/src/Interop/OSX/Interop.libc.cs
@@ -21,7 +21,6 @@ internal struct AttrList
21
22
public const ushort ATTR_BIT_MAP_COUNT = 5;
23
public const uint ATTR_CMN_CRTIME = 0x00000200;
24
- public const uint ATTR_CMN_MODTIME = 0x00000400;
25
}
26
27
[DllImport(Libraries.libc, EntryPoint = "setattrlist", SetLastError = true)]
0 commit comments