From b4fb19080d6ed8ad9903a888fa3b33fcb6fd1a98 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 14 May 2011 23:39:32 +0000 Subject: eventfd: fix getvalue argv type Stupid typo :x --- ext/sleepy_penguin/eventfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/sleepy_penguin/eventfd.c') diff --git a/ext/sleepy_penguin/eventfd.c b/ext/sleepy_penguin/eventfd.c index 74c3f00..c4ce507 100644 --- a/ext/sleepy_penguin/eventfd.c +++ b/ext/sleepy_penguin/eventfd.c @@ -113,7 +113,7 @@ retry: * the counter becomes non-zero unless +nonblock+ is +true+, in which * case it returns +nil+. */ -static VALUE getvalue(int argc, VALUE argv, VALUE self) +static VALUE getvalue(int argc, VALUE *argv, VALUE self) { struct efd_args x; ssize_t w; -- cgit v1.2.3-24-ge0c7