You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also marks syscall as not implemented (warns of pending
deletion in CRuby) and modifies all RubyWarnings.warning* forms to
no-op on verbose, as they used to (unsure when this changed).
if (fptr == null || (fd = fptr.fd().realFileno) == -1
2405
2408
|| !posix.isNative() || Platform.IS_WINDOWS ) {
2406
-
runtime.getWarnings().warning("close_on_exec is not implemented on this platform for this stream type: " + fptr.fd().ch.getClass().getSimpleName());
2409
+
runtime.getWarnings().warningDeprecated("close_on_exec is not implemented on this platform for this stream type: " + fptr.fd().ch.getClass().getSimpleName());
0 commit comments