Created
July 12, 2017 14:59
-
-
Save eam/ba81381082c8a6bc44bf76c1c9dabd4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fd = rb_sysopen_internal(&data); | |
| if (fd < 0) { | |
| if (errno == EMFILE || errno == ENFILE) { | |
| rb_gc(); | |
| fd = rb_sysopen_internal(&data); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment