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