about summary refs log tree commit homepage
path: root/ext/kgio/accept.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-11-21 19:05:23 +0000
committerEric Wong <normalperson@yhbt.net>2014-02-04 01:43:02 +0000
commit8788e248f9978da6708dd1e85d40531bb30d0bb2 (patch)
tree90390bc155514ecc176d431cdf1443e1e6dc116f /ext/kgio/accept.c
parent7a49e4df0a8f23594a83f21f2fd54955dcb6a0fc (diff)
downloadkgio-8788e248f9978da6708dd1e85d40531bb30d0bb2.tar.gz
Not yet tested, but it makes sense to do this.
Diffstat (limited to 'ext/kgio/accept.c')
-rw-r--r--ext/kgio/accept.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/kgio/accept.c b/ext/kgio/accept.c
index 911e169..eb40f32 100644
--- a/ext/kgio/accept.c
+++ b/ext/kgio/accept.c
@@ -1,3 +1,6 @@
+/* ref: rubinius b2811f260de16d1e972462e27852470364608de5 */
+#define RSTRING_MODIFIED 1
+
 #include "kgio.h"
 #include "missing_accept4.h"
 #include "sock_for_fd.h"