about summary refs log tree commit homepage
path: root/lib/dtas/sigevent
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-03-18 06:58:30 +0000
committerEric Wong <e@80x24.org>2016-03-18 06:58:30 +0000
commit247ac939942d3df66a5cec4892cbf676adeb32fa (patch)
treeb643d62a92122ec45d1b007695126b4c1b4bf10c /lib/dtas/sigevent
parenta10e809698f75a6b4da6b4f387f937aac1752882 (diff)
downloaddtas-247ac939942d3df66a5cec4892cbf676adeb32fa.tar.gz
This fixes a bug introduced in 0.12.0 which only affects
non-sleepy_penguin users.

Fixes: d3cf61b05d95 ("switch to exception-free non-blocking I/O")
Diffstat (limited to 'lib/dtas/sigevent')
-rw-r--r--lib/dtas/sigevent/pipe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dtas/sigevent/pipe.rb b/lib/dtas/sigevent/pipe.rb
index cc50a68..534f4f6 100644
--- a/lib/dtas/sigevent/pipe.rb
+++ b/lib/dtas/sigevent/pipe.rb
@@ -4,7 +4,7 @@
 
 # used in various places for safe wakeups from IO.select via signals
 # A fallback for non-Linux systems lacking the "sleepy_penguin" RubyGem
-require_relative 'nonblock'
+require_relative '../nonblock'
 class DTAS::Sigevent # :nodoc:
   attr_reader :to_io