Feature #13095 ยป 0001-io.c-rb_f_syscall-remove-deprecation-notice.patch
| 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)) | ||
| -  | ||