about summary refs log tree commit homepage
path: root/lib/yahns/queue_epoll.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yahns/queue_epoll.rb')
-rw-r--r--lib/yahns/queue_epoll.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yahns/queue_epoll.rb b/lib/yahns/queue_epoll.rb
index 2875920..1511917 100644
--- a/lib/yahns/queue_epoll.rb
+++ b/lib/yahns/queue_epoll.rb
@@ -15,7 +15,7 @@ class Yahns::Queue < SleepyPenguin::Epoll::IO # :nodoc:
   QEV_WR = Epoll::OUT | Epoll::ONESHOT
 
   def self.new
-    super(SleepyPenguin::Epoll::CLOEXEC)
+    super(Epoll::CLOEXEC)
   end
 
   # for HTTP and HTTPS servers, we rely on the io writing to us, first