From a82586e8e7bd4cbeba2ef1518ed81d506e3b575b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 4 Jan 2017 21:19:02 +0000 Subject: doc: remove references to IO#pipe_size accessor This is a part of the "io_splice" RubyGem we will not be supporting in "sleepy_penguin". --- ext/sleepy_penguin/splice.c | 4 ++-- 1 file 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)); -- cgit v1.2.3-24-ge0c7