]> gitweb.factorcode.org Git - factor.git/commitdiff
io.monitors.linux: fix a set.
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 30 Mar 2016 01:27:47 +0000 (18:27 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 30 Mar 2016 01:27:47 +0000 (18:27 -0700)
basis/io/monitors/linux/linux.factor

index ce0f90a86312acec6161c0292115c3acf4448f48..4b73cb708ce0a82ba40b58e90c05ec98845151bc 100755 (executable)
@@ -123,9 +123,9 @@ M: linux-monitor dispose* ( monitor -- )
     [ inotify-read-loop ] curry ignore-errors ;
 
 M: linux init-monitors
-    H{ } clone watches set
+    H{ } clone watches namespaces:set
     <inotify> [
-        [ inotify set ]
+        [ inotify namespaces:set ]
         [
             [ inotify-read-thread ] curry
             "Linux monitor thread" spawn drop