about summary refs log tree commit homepage
path: root/ext/kgio/accept.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/kgio/accept.c')
-rw-r--r--ext/kgio/accept.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/kgio/accept.c b/ext/kgio/accept.c
index a147fec..2ddd75f 100644
--- a/ext/kgio/accept.c
+++ b/ext/kgio/accept.c
@@ -134,7 +134,7 @@ static VALUE acceptor(int argc, const VALUE *argv)
 }
 
 #if defined(__linux__)
-#  define post_accept kgio_nopush_accept
+#  define post_accept kgio_autopush_accept
 #else
 #  define post_accept(a,b,c,d) for(;0;)
 #endif