about summary refs log tree commit homepage
path: root/ext/sleepy_penguin/eventfd.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-14 23:39:32 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-14 23:39:32 +0000
commitb4fb19080d6ed8ad9903a888fa3b33fcb6fd1a98 (patch)
tree26681cc281c67eaef93787e51072e0cb6bbf7b5d /ext/sleepy_penguin/eventfd.c
parent9ccccbbb0b5c524dab68a18dfd24a17c6d29df7f (diff)
downloadsleepy_penguin-b4fb19080d6ed8ad9903a888fa3b33fcb6fd1a98.tar.gz
Stupid typo :x
Diffstat (limited to 'ext/sleepy_penguin/eventfd.c')
-rw-r--r--ext/sleepy_penguin/eventfd.c2
1 files changed, 1 insertions, 1 deletions
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;