Project

General

Profile

Feature #13095 ยป 0001-io.c-rb_f_syscall-remove-deprecation-notice.patch

normalperson (Eric Wong), 01/02/2017 04:52 AM

View differences:

io.c
#endif
int i;
if (RTEST(ruby_verbose)) {
rb_warning("We plan to remove a syscall function at future release. DL(Fiddle) provides safer alternative.");
}
if (argc == 0)
rb_raise(rb_eArgError, "too few arguments for syscall");
if (argc > numberof(arg))
-
    (1-1/1)