diff --git a/basis/io/monitors/linux/linux.factor b/basis/io/monitors/linux/linux.factor index ce0f90a863..4b73cb708c 100755 --- a/basis/io/monitors/linux/linux.factor +++ b/basis/io/monitors/linux/linux.factor @@ -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 set ] + [ inotify namespaces:set ] [ [ inotify-read-thread ] curry "Linux monitor thread" spawn drop