add IO#pipe_size and IO#pipe_size= accessors
commita6a3ba543c3b9069437ade7741c694ce3da2e884
authorEric Wong <normalperson@yhbt.net>
Mon, 2 Aug 2010 07:40:48 +0000 (2 07:40 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 2 Aug 2010 07:45:39 +0000 (2 07:45 +0000)
tree0ae1d807f9f361e1c515b52786f13fcbcc6dbfb9
parentdcd710c622530052be50b226d245caebb6d2a970
add IO#pipe_size and IO#pipe_size= accessors

These are friendly wrappers around F_GETPIPE_SZ
and F_SETPIPE_SZ fcntl()s in Linux 2.6.35.
ext/io_splice/io_splice_ext.c
test/test_io_splice.rb