about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-01-04 21:19:02 +0000
committerEric Wong <e@80x24.org>2017-01-04 21:32:37 +0000
commita82586e8e7bd4cbeba2ef1518ed81d506e3b575b (patch)
treedaa95aff1a6d922ebb2f89e6c9f45abc927c9892
parentd7bcfb1aed85dbd2ec96ba37e0c66f47b38300d6 (diff)
downloadsleepy_penguin-a82586e8e7bd4cbeba2ef1518ed81d506e3b575b.tar.gz
This is a part of the "io_splice" RubyGem we will not be
supporting in "sleepy_penguin".
-rw-r--r--ext/sleepy_penguin/splice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sleepy_penguin/splice.c b/ext/sleepy_penguin/splice.c
index 59ddac7..0000244 100644
--- a/ext/sleepy_penguin/splice.c
+++ b/ext/sleepy_penguin/splice.c
@@ -156,14 +156,14 @@ void sleepy_penguin_init_splice(void)
         /*
          * fcntl() command constant used to return the size of a pipe.
          * This constant is only defined when running Linux 2.6.35
-         * or later.  For convenience, use IO#pipe_size instead.
+         * or later.
          */
         rb_define_const(mod, "F_GETPIPE_SZ", UINT2NUM(F_GETPIPE_SZ));
 
         /*
          * fcntl() command constant used to set the size of a pipe.
          * This constant is only defined when running Linux 2.6.35
-         * or later.  For convenience, use IO#pipe_size= instead.
+         * or later.
          */
         rb_define_const(mod, "F_SETPIPE_SZ", UINT2NUM(F_SETPIPE_SZ));