We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b2f65 commit 9349e3fCopy full SHA for 9349e3f
1 file changed
src/core/IronPython.Modules/fcntl.cs
@@ -537,6 +537,8 @@ private static bool TryGetInt64(object? obj, out long value) {
537
538
// Linux only
539
#region Generated Directory Notify Flags
540
+#if NET
541
+ // Disabled on Mono because of inability to open directory descriptors
542
543
// *** BEGIN GENERATED CODE ***
544
// generated by function: generate_DN_flags from: generate_os_codes.py
@@ -572,5 +574,6 @@ private static bool TryGetInt64(object? obj, out long value) {
572
574
573
575
// *** END GENERATED CODE ***
576
577
+#endif
578
#endregion
579
}
0 commit comments