io.monitors.linux: fix a set.

locals-and-roots
Doug Coleman 2016-03-29 18:27:47 -07:00
parent dbf781b29a
commit 9b3e522869
1 changed files with 2 additions and 2 deletions

View File

@ -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